summaryrefslogtreecommitdiffstats
path: root/arch/alpha/include
diff options
context:
space:
mode:
authorJ. Bruce Fields2011-07-26 22:28:29 +0200
committerJ. Bruce Fields2011-08-19 19:25:34 +0200
commit710b7216964d6455cf1b215c43b03a1a79008c7d (patch)
treeb0b356e3256ba52838a6373c4791721820d8fdaa /arch/alpha/include
parentlocks: minor lease cleanup (diff)
downloadkernel-qcow2-linux-710b7216964d6455cf1b215c43b03a1a79008c7d.tar.gz
kernel-qcow2-linux-710b7216964d6455cf1b215c43b03a1a79008c7d.tar.xz
kernel-qcow2-linux-710b7216964d6455cf1b215c43b03a1a79008c7d.zip
locks: move F_INPROGRESS from fl_type to fl_flags field
F_INPROGRESS isn't exposed to userspace. To me it makes more sense in fl_flags.... Reviewed-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'arch/alpha/include')
-rw-r--r--arch/alpha/include/asm/fcntl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/alpha/include/asm/fcntl.h b/arch/alpha/include/asm/fcntl.h
index 1b71ca70c9f6..6d9e805f18a7 100644
--- a/arch/alpha/include/asm/fcntl.h
+++ b/arch/alpha/include/asm/fcntl.h
@@ -51,8 +51,6 @@
#define F_EXLCK 16 /* or 3 */
#define F_SHLCK 32 /* or 4 */
-#define F_INPROGRESS 64
-
#include <asm-generic/fcntl.h>
#endif