1
0
Fork 0

ceph: add flags field to file_info

Reviewed-by: Yehuda Sadeh <yehuda@hq.newdream.net>
Signed-off-by: Sage Weil <sage@newdream.net>
hifive-unleashed-5.1
Sage Weil 2011-07-26 11:25:27 -07:00
parent 02f8c6aee8
commit 252c6728de
1 changed files with 2 additions and 1 deletions

View File

@ -544,7 +544,8 @@ extern void ceph_reservation_status(struct ceph_fs_client *client,
* we keep buffered readdir results attached to file->private_data
*/
struct ceph_file_info {
int fmode; /* initialized on open */
short fmode; /* initialized on open */
short flags; /* CEPH_F_* */
/* readdir: position within the dir */
u32 frag;