diff options
Diffstat (limited to 'fs/ceph/super.h')
-rw-r--r-- | fs/ceph/super.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ceph/super.h b/fs/ceph/super.h index ff7aaa32736c..6a778f2c3f6e 100644 --- a/fs/ceph/super.h +++ b/fs/ceph/super.h | |||
@@ -289,6 +289,7 @@ struct ceph_inode_xattrs_info { | |||
289 | #define CEPH_I_COMPLETE 1 /* we have complete directory cached */ | 289 | #define CEPH_I_COMPLETE 1 /* we have complete directory cached */ |
290 | #define CEPH_I_NODELAY 4 /* do not delay cap release */ | 290 | #define CEPH_I_NODELAY 4 /* do not delay cap release */ |
291 | #define CEPH_I_FLUSH 8 /* do not delay flush of dirty metadata */ | 291 | #define CEPH_I_FLUSH 8 /* do not delay flush of dirty metadata */ |
292 | #define CEPH_I_NOFLUSH 16 /* do not flush dirty caps */ | ||
292 | 293 | ||
293 | struct ceph_inode_info { | 294 | struct ceph_inode_info { |
294 | struct ceph_vino i_vino; /* ceph ino + snap */ | 295 | struct ceph_vino i_vino; /* ceph ino + snap */ |