]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph_fs: add CEPH_LOCK_IFLOCK so its inclusion elsewhere continues to build
authorGreg Farnum <gregf@hq.newdream.net>
Thu, 24 Jun 2010 18:51:59 +0000 (11:51 -0700)
committerGreg Farnum <gregf@hq.newdream.net>
Thu, 24 Jun 2010 18:51:59 +0000 (11:51 -0700)
src/include/ceph_fs.h

index 63c23f38075b76d5f9df43e7828d7e9f770aad80..b9fc0a78c37de89ad45a2b5c557340cec08b36f6 100644 (file)
@@ -277,6 +277,7 @@ extern const char *ceph_mds_state_name(int s);
 #define CEPH_LOCK_IDFT        512   /* dir frag tree */
 #define CEPH_LOCK_INEST       1024  /* mds internal */
 #define CEPH_LOCK_IXATTR      2048
+#define CEPH_LOCK_IFLOCK      4096  /* advisory file locks */
 #define CEPH_LOCK_INO         8192  /* immutable inode bits; not a lock */
 
 /* client_session ops */