From: Erez Zadok Date: Mon, 28 Jul 2008 04:28:58 +0000 (-0400) Subject: Unionfs: LOOKUP_ACCESS intent no longer exists X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=b8b14f7340eef10dcd75f8d0027ef8a13fba0f76;p=unionfs-2.6.39.y.git Unionfs: LOOKUP_ACCESS intent no longer exists Signed-off-by: Erez Zadok --- diff --git a/fs/unionfs/lookup.c b/fs/unionfs/lookup.c index 0ae7f3af27b..0a9602a68eb 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.