mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
31c542a199
Request reply and cap message can contain inline data. add inline data to the page cache if there is Fc cap. Signed-off-by: Yan, Zheng <zyan@redhat.com>
11 lines
173 B
Plaintext
11 lines
173 B
Plaintext
--- fs/ceph/super.h
|
|
+++ fs/ceph/super.h
|
|
@@ -254,6 +255,7 @@
|
|
spinlock_t i_ceph_lock;
|
|
|
|
u64 i_version;
|
|
+ u64 i_inline_version;
|
|
u32 i_time_warp_seq;
|
|
|
|
unsigned i_ceph_flags;
|