[PATCH 18/19] Unionfs: LOOKUP_ACCESS intent no longer exists

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <akpm@...>
Cc: <linux-kernel@...>, <linux-fsdevel@...>, <viro@...>, <hch@...>, <miklos@...>, Erez Zadok <ezk@...>
Date: Tuesday, July 29, 2008 - 10:43 pm

Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
---
 fs/unionfs/lookup.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

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.
-- 
1.5.2.2

--
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 07/19] Unionfs: overhaul whiteout code, Erez Zadok, (Tue Jul 29, 10:43 pm)
[PATCH 12/19] Unionfs: update maintainers, Erez Zadok, (Tue Jul 29, 10:43 pm)
[PATCH 13/19] Unionfs: update copyrights, Erez Zadok, (Tue Jul 29, 10:43 pm)
[PATCH 18/19] Unionfs: LOOKUP_ACCESS intent no longer exists, Erez Zadok, (Tue Jul 29, 10:43 pm)
[PATCH 11/19] Unionfs: remove old lookup code, Erez Zadok, (Tue Jul 29, 10:43 pm)
[PATCH 10/19] Unionfs: cache coherency fixes, Erez Zadok, (Tue Jul 29, 10:43 pm)
[PATCH 14/19] Unionfs: minor checkpatch fixes, Erez Zadok, (Tue Jul 29, 10:43 pm)