aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2005-09-06 18:17:59 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2005-09-07 19:57:38 -0400
commit1abf62afb6e9cdc1b2618b69067a186b94281587 (patch)
treea3e3266a23d8d75bf6c302763327b60b7372a41c /include/asm-sparc
parente64ca97fd80a129e538ca42d0b12c379746b83db (diff)
[PATCH] Clean up the fcntl operations
This patch puts the most popular of each fcntl operation/flag into asm-generic/fcntl.h and cleans up the arch files. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-sparc')
-rw-r--r--include/asm-sparc/fcntl.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/asm-sparc/fcntl.h b/include/asm-sparc/fcntl.h
index 1d35c90daec7..61334bff18c4 100644
--- a/include/asm-sparc/fcntl.h
+++ b/include/asm-sparc/fcntl.h
@@ -22,8 +22,6 @@
22#define F_GETLK 7 22#define F_GETLK 7
23#define F_SETLK 8 23#define F_SETLK 8
24#define F_SETLKW 9 24#define F_SETLKW 9
25#define F_SETSIG 10 /* for sockets. */
26#define F_GETSIG 11 /* for sockets. */
27 25
28#define F_GETLK64 12 /* using 'struct flock64' */ 26#define F_GETLK64 12 /* using 'struct flock64' */
29#define F_SETLK64 13 27#define F_SETLK64 13
@@ -34,13 +32,6 @@
34#define F_WRLCK 2 32#define F_WRLCK 2
35#define F_UNLCK 3 33#define F_UNLCK 3
36 34
37/* for old implementation of bsd flock () */
38#define F_EXLCK 4 /* or 3 */
39#define F_SHLCK 8 /* or 4 */
40
41/* for leases */
42#define F_INPROGRESS 16
43
44struct flock { 35struct flock {
45 short l_type; 36 short l_type;
46 short l_whence; 37 short l_whence;