Skip to content

Commit

Permalink
ceph: add flags field to file_info
Browse files Browse the repository at this point in the history
Reviewed-by: Yehuda Sadeh <yehuda@hq.newdream.net>
Signed-off-by: Sage Weil <sage@newdream.net>
  • Loading branch information
Sage Weil committed Jul 26, 2011
1 parent 02f8c6a commit 252c672
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fs/ceph/super.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 252c672

Please sign in to comment.