aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ceph/super.h')
-rw-r--r--fs/ceph/super.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/ceph/super.h b/fs/ceph/super.h
index 1c2086e0fec2..ff49433014e9 100644
--- a/fs/ceph/super.h
+++ b/fs/ceph/super.h
@@ -671,6 +671,10 @@ struct ceph_file_info {
671 671
672 spinlock_t rw_contexts_lock; 672 spinlock_t rw_contexts_lock;
673 struct list_head rw_contexts; 673 struct list_head rw_contexts;
674};
675
676struct ceph_dir_file_info {
677 struct ceph_file_info file_info;
674 678
675 /* readdir: position within the dir */ 679 /* readdir: position within the dir */
676 u32 frag; 680 u32 frag;