GIT: unionfs2-2.6.27.y: Unionfs: LOOKUP_ACCESS intent no longer exists

Erez Zadok ezk at fsl.cs.sunysb.edu
Thu Aug 12 23:18:06 EDT 2010


commit 1af04a6232c0f2f6ed9bb36be1decf30850b3468
Author: Erez Zadok <ezk at cs.sunysb.edu>
Date:   Mon Jul 28 00:28:58 2008 -0400

    Unionfs: LOOKUP_ACCESS intent no longer exists
    
    Signed-off-by: Erez Zadok <ezk at cs.sunysb.edu>

diff --git a/fs/unionfs/lookup.c b/fs/unionfs/lookup.c
index 0ae7f3a..0a9602a 100644
--- a/fs/unionfs/lookup.c
+++ b/fs/unionfs/lookup.c
@@ -252,9 +252,6 @@ int init_lower_nd(struct nameidata *nd, unsigned int flags)
 		nd->intent.open.file = file;
 #endif /* ALLOC_LOWER_ND_FILE */
 		break;
-	case LOOKUP_ACCESS:
-		nd->flags = flags;
-		break;
 	default:
 		/*
 		 * We should never get here, for now.


More information about the unionfs-cvs mailing list