aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-parisc/fcntl.h
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-parisc/fcntl.h
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-parisc/fcntl.h')
-rw-r--r--include/asm-parisc/fcntl.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/asm-parisc/fcntl.h b/include/asm-parisc/fcntl.h
index 64664ba33440..59a54fff7c63 100644
--- a/include/asm-parisc/fcntl.h
+++ b/include/asm-parisc/fcntl.h
@@ -19,9 +19,6 @@
19#define O_NOFOLLOW 00000200 /* don't follow links */ 19#define O_NOFOLLOW 00000200 /* don't follow links */
20#define O_INVISIBLE 04000000 /* invisible I/O, for DMAPI/XDSM */ 20#define O_INVISIBLE 04000000 /* invisible I/O, for DMAPI/XDSM */
21 21
22#define F_GETLK 5
23#define F_SETLK 6
24#define F_SETLKW 7
25#define F_GETLK64 8 22#define F_GETLK64 8
26#define F_SETLK64 9 23#define F_SETLK64 9
27#define F_SETLKW64 10 24#define F_SETLKW64 10
@@ -36,13 +33,6 @@
36#define F_WRLCK 02 33#define F_WRLCK 02
37#define F_UNLCK 03 34#define F_UNLCK 03
38 35
39/* for old implementation of bsd flock () */
40#define F_EXLCK 4 /* or 3 */
41#define F_SHLCK 8 /* or 4 */
42
43/* for leases */
44#define F_INPROGRESS 16
45
46struct flock { 36struct flock {
47 short l_type; 37 short l_type;
48 short l_whence; 38 short l_whence;