Unionfs: LOOKUP_ACCESS intent no longer exists
authorErez Zadok <ezk@cs.sunysb.edu>
Mon, 28 Jul 2008 04:28:58 +0000 (00:28 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Fri, 12 Aug 2011 02:38:30 +0000 (22:38 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/lookup.c

index 0ae7f3af27b386fa5a3bc9efee1dab47fa972e9c..0a9602a68eb23ed3b897ec83ab89adb4e50f0b54 100644 (file)
@@ -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.