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=36df7d060cf364f95266b093b7256a7079bc6ca9;p=unionfs-3.16.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 0ae7f3af27b3..0a9602a68eb2 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.