From: Al Viro Date: Mon, 23 Feb 2015 05:20:40 +0000 (-0500) Subject: lustre: kill unused macro (LOOKUP_CONTINUE) X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=539fcc0109346fca363257aa75c5e5a3916bf124;p=deliverable%2Flinux.git lustre: kill unused macro (LOOKUP_CONTINUE) Signed-off-by: Al Viro --- diff --git a/drivers/staging/lustre/lustre/llite/llite_internal.h b/drivers/staging/lustre/lustre/llite/llite_internal.h index 5f918e3c4683..528af9011653 100644 --- a/drivers/staging/lustre/lustre/llite/llite_internal.h +++ b/drivers/staging/lustre/lustre/llite/llite_internal.h @@ -57,12 +57,6 @@ #define VM_FAULT_RETRY 0 #endif -/* Kernel 3.1 kills LOOKUP_CONTINUE, LOOKUP_PARENT is equivalent to it. - * seem kernel commit 49084c3bb2055c401f3493c13edae14d49128ca0 */ -#ifndef LOOKUP_CONTINUE -#define LOOKUP_CONTINUE LOOKUP_PARENT -#endif - /** Only used on client-side for indicating the tail of dir hash/offset. */ #define LL_DIR_END_OFF 0x7fffffffffffffffULL #define LL_DIR_END_OFF_32BIT 0x7fffffffUL