commit | affbc19a68f9966ad65a773db405f78e2bafc07b | [log] [tgz] |
---|---|---|
author | Yan, Zheng <zyan@redhat.com> | Tue May 05 21:22:13 2015 +0800 |
committer | Ilya Dryomov <idryomov@gmail.com> | Thu Jun 25 11:49:29 2015 +0300 |
tree | 63c34c40700e8b1fe1a73f1df244f3143b7aa99f | |
parent | 622f3e250f498976ad4cbae6f2be5cb359ded4f5 [diff] [blame] |
ceph: make sure syncfs flushes all cap snaps Signed-off-by: Yan, Zheng <zyan@redhat.com>
diff --git a/fs/ceph/mds_client.h b/fs/ceph/mds_client.h index d474141..bf24d88 100644 --- a/fs/ceph/mds_client.h +++ b/fs/ceph/mds_client.h
@@ -290,6 +290,7 @@ * references (implying they contain no inodes with caps) that * should be destroyed. */ + u64 last_snap_seq; struct rw_semaphore snap_rwsem; struct rb_root snap_realms; struct list_head snap_empty;