summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTrond Myklebust <Trond.Myklebust@netapp.com>2006-07-05 13:19:25 -0400
committerTrond Myklebust <Trond.Myklebust@netapp.com>2006-07-05 13:19:25 -0400
commit72dbac37e3a0acf8e8f07fc65e34e83de83e0b28 (patch)
tree4f70bea9d6e8098c13a8cc89806a1e569737ad13 /include
parent4e0641a7ad98fca5646a6be17605bc80f6c4ebde (diff)
parent01c3b861cd77b28565a2d18c7caa3ce7f938e35c (diff)
downloadtalos-obmc-linux-72dbac37e3a0acf8e8f07fc65e34e83de83e0b28.tar.gz
talos-obmc-linux-72dbac37e3a0acf8e8f07fc65e34e83de83e0b28.zip
Merge branch 'locks'
Diffstat (limited to 'include')
-rw-r--r--include/linux/fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 134b32068246..43aef9b230fd 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -716,6 +716,7 @@ extern spinlock_t files_lock;
#define FL_POSIX 1
#define FL_FLOCK 2
#define FL_ACCESS 8 /* not trying to lock, just looking */
+#define FL_EXISTS 16 /* when unlocking, test for existence */
#define FL_LEASE 32 /* lease held on this file */
#define FL_CLOSE 64 /* unlock on close */
#define FL_SLEEP 128 /* A blocking lock */
OpenPOWER on IntegriCloud