Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 252c6728 authored by Sage Weil's avatar Sage Weil
Browse files

ceph: add flags field to file_info

parent 02f8c6ae
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;