aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2011-07-26 14:25:27 -0400
committerSage Weil <sage@newdream.net>2011-07-26 14:25:27 -0400
commit252c6728de604d6a897d85e212996811d5c8c46c (patch)
tree2b93fa141ca38789e00610dfa641dc7fefc3be72 /fs/ceph
parent02f8c6aee8df3cdc935e9bdd4f2d020306035dbe (diff)
ceph: add flags field to file_info
Reviewed-by: Yehuda Sadeh <yehuda@hq.newdream.net> Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph')
-rw-r--r--fs/ceph/super.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ceph/super.h b/fs/ceph/super.h
index f5cabefa98dc..8febe6fce2b1 100644
--- a/fs/ceph/super.h
+++ b/fs/ceph/super.h
@@ -544,7 +544,8 @@ extern void ceph_reservation_status(struct ceph_fs_client *client,
544 * we keep buffered readdir results attached to file->private_data 544 * we keep buffered readdir results attached to file->private_data
545 */ 545 */
546struct ceph_file_info { 546struct ceph_file_info {
547 int fmode; /* initialized on open */ 547 short fmode; /* initialized on open */
548 short flags; /* CEPH_F_* */
548 549
549 /* readdir: position within the dir */ 550 /* readdir: position within the dir */
550 u32 frag; 551 u32 frag;