提交 252c6728 编写于 作者: S Sage Weil

ceph: add flags field to file_info

Reviewed-by: NYehuda Sadeh <yehuda@hq.newdream.net>
Signed-off-by: NSage Weil <sage@newdream.net>
上级 02f8c6ae
...@@ -544,7 +544,8 @@ extern void ceph_reservation_status(struct ceph_fs_client *client, ...@@ -544,7 +544,8 @@ extern void ceph_reservation_status(struct ceph_fs_client *client,
* we keep buffered readdir results attached to file->private_data * we keep buffered readdir results attached to file->private_data
*/ */
struct ceph_file_info { struct ceph_file_info {
int fmode; /* initialized on open */ short fmode; /* initialized on open */
short flags; /* CEPH_F_* */
/* readdir: position within the dir */ /* readdir: position within the dir */
u32 frag; u32 frag;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册