commit | 97aeb6bf988e0830fd80dca724fd89526b3f35e4 | [log] [tgz] |
---|---|---|
author | Yan, Zheng <zyan@redhat.com> | Mon Nov 27 10:47:46 2017 +0800 |
committer | Ilya Dryomov <idryomov@gmail.com> | Mon Jan 29 18:36:07 2018 +0100 |
tree | 8c5b049cc7c3572a1cf288958a9ca44af36523c5 | |
parent | 8d8f371c83838d74bc3d0708afba631488a12201 [diff] |
ceph: use atomic_t for ceph_inode_info::i_shared_gen It allows accessing i_shared_gen without holding i_ceph_lock. It is preparation for later patch. Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Acked-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>