From: Sage Weil Date: Tue, 26 Jul 2011 18:25:27 +0000 (-0700) Subject: ceph: add flags field to file_info X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=252c6728de604d6a897d85e212996811d5c8c46c;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git ceph: add flags field to file_info Reviewed-by: Yehuda Sadeh Signed-off-by: Sage Weil --- 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, * 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;