From 4ff265b588c96357fdaf77603359fcd74dd54114 Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Mon, 28 Jul 2008 00:28:58 -0400 Subject: [PATCH] Unionfs: LOOKUP_ACCESS intent no longer exists Signed-off-by: Erez Zadok --- fs/unionfs/lookup.c | 3 --- 1 file changed, 3 deletions(-) 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. -- 2.34.1