mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
ceph: add inline data to pagecache
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>
This commit is contained in:
parent
fb01d1f8b0
commit
31c542a199
6 changed files with 85 additions and 1 deletions
|
@ -552,6 +552,7 @@ struct ceph_filelock {
|
|||
|
||||
int ceph_flags_to_mode(int flags);
|
||||
|
||||
#define CEPH_INLINE_NONE ((__u64)-1)
|
||||
|
||||
/* capability bits */
|
||||
#define CEPH_CAP_PIN 1 /* no specific capabilities beyond the pin */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue