projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02f8c6a
)
ceph: add flags field to file_info
author
Sage Weil
<sage@newdream.net>
Tue, 26 Jul 2011 18:25:27 +0000
(11:25 -0700)
committer
Sage Weil
<sage@newdream.net>
Tue, 26 Jul 2011 18:25:27 +0000
(11:25 -0700)
Reviewed-by: Yehuda Sadeh <yehuda@hq.newdream.net>
Signed-off-by: Sage Weil <sage@newdream.net>
fs/ceph/super.h
patch
|
blob
|
blame
|
history
diff --git
a/fs/ceph/super.h
b/fs/ceph/super.h
index f5cabefa98dc03cee37b12e8c961a4f208e970a4..8febe6fce2b1f715f094da8c8db7c764a0880ea5 100644
(file)
--- 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;