aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
authorJeff Layton <jlayton@redhat.com>2014-04-22 08:24:32 -0400
committerJeff Layton <jlayton@redhat.com>2014-04-23 16:17:03 -0400
commitcff2fce58b2b0f59089e7edcdc38803d65057b9f (patch)
tree5b33c6327972eb5e069555eb938728f8e98cc4ed /include/linux/fs.h
parentlocks: rename file-private locks to "open file description locks" (diff)
downloadlinux-dev-cff2fce58b2b0f59089e7edcdc38803d65057b9f.tar.xz
linux-dev-cff2fce58b2b0f59089e7edcdc38803d65057b9f.zip
locks: rename FL_FILE_PVT and IS_FILE_PVT to use "*_OFDLCK" instead
File-private locks have been re-christened as "open file description" locks. Finish the symbol name cleanup in the internal implementation. Signed-off-by: Jeff Layton <jlayton@redhat.com>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 7a9c5bca2b76..878031227c57 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -815,7 +815,7 @@ static inline struct file *get_file(struct file *f)
#define FL_SLEEP 128 /* A blocking lock */
#define FL_DOWNGRADE_PENDING 256 /* Lease is being downgraded */
#define FL_UNLOCK_PENDING 512 /* Lease is being broken */
-#define FL_FILE_PVT 1024 /* lock is private to the file */
+#define FL_OFDLCK 1024 /* lock is "owned" by struct file */
/*
* Special return value from posix_lock_file() and vfs_lock_file() for