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 16068787afb4..63fdb57606fe 100644 --- a/fs/ceph/super.h +++ b/fs/ceph/super.h | |||
@@ -469,6 +469,7 @@ static inline struct inode *ceph_find_inode(struct super_block *sb, | |||
469 | #define CEPH_I_SEC_INITED (1 << 7) /* security initialized */ | 469 | #define CEPH_I_SEC_INITED (1 << 7) /* security initialized */ |
470 | #define CEPH_I_CAP_DROPPED (1 << 8) /* caps were forcibly dropped */ | 470 | #define CEPH_I_CAP_DROPPED (1 << 8) /* caps were forcibly dropped */ |
471 | #define CEPH_I_KICK_FLUSH (1 << 9) /* kick flushing caps */ | 471 | #define CEPH_I_KICK_FLUSH (1 << 9) /* kick flushing caps */ |
472 | #define CEPH_I_FLUSH_SNAPS (1 << 10) /* need flush snapss */ | ||
472 | 473 | ||
473 | static inline void __ceph_dir_set_complete(struct ceph_inode_info *ci, | 474 | static inline void __ceph_dir_set_complete(struct ceph_inode_info *ci, |
474 | long long release_count, | 475 | long long release_count, |