aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/include/asm/fcntl.h
diff options
context:
space:
mode:
authorJ. Bruce Fields <bfields@redhat.com>2011-07-26 16:28:29 -0400
committerJ. Bruce Fields <bfields@redhat.com>2011-08-19 13:25:34 -0400
commit710b7216964d6455cf1b215c43b03a1a79008c7d (patch)
treeb0b356e3256ba52838a6373c4791721820d8fdaa /arch/alpha/include/asm/fcntl.h
parentab83fa4b49a54e6199b076b7d8c1808144e80f0d (diff)
downloadkernel_samsung_smdk4412-710b7216964d6455cf1b215c43b03a1a79008c7d.zip
kernel_samsung_smdk4412-710b7216964d6455cf1b215c43b03a1a79008c7d.tar.gz
kernel_samsung_smdk4412-710b7216964d6455cf1b215c43b03a1a79008c7d.tar.bz2
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/asm/fcntl.h')
-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 1b71ca7..6d9e805 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