aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/snap.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ceph/snap.c')
-rw-r--r--fs/ceph/snap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ceph/snap.c b/fs/ceph/snap.c
index f64576e72b79..ce35fbd4ba5d 100644
--- a/fs/ceph/snap.c
+++ b/fs/ceph/snap.c
@@ -516,6 +516,8 @@ void ceph_queue_cap_snap(struct ceph_inode_info *ci)
516 capsnap->xattr_version = 0; 516 capsnap->xattr_version = 0;
517 } 517 }
518 518
519 capsnap->inline_data = ci->i_inline_version != CEPH_INLINE_NONE;
520
519 /* dirty page count moved from _head to this cap_snap; 521 /* dirty page count moved from _head to this cap_snap;
520 all subsequent writes page dirties occur _after_ this 522 all subsequent writes page dirties occur _after_ this
521 snapshot. */ 523 snapshot. */