Re: [PATCH] ceph: cleanup ACCESS_ONCE -> READ_ONCE

2016-12-28 Thread Yan, Zheng
> On 26 Dec 2016, at 17:26, Seraphime Kirkovski wrote: > > This removes the uses of ACCESS_ONCE in favor of READ_ONCE > > Signed-off-by: Seraphime Kirkovski > --- > fs/ceph/addr.c | 4 ++-- > fs/ceph/caps.c | 2 +- > fs/ceph/dir.c| 2 +- > fs/ceph/inode.c | 2 +- > fs/

[PATCH] ceph: cleanup ACCESS_ONCE -> READ_ONCE

2016-12-26 Thread Seraphime Kirkovski
This removes the uses of ACCESS_ONCE in favor of READ_ONCE Signed-off-by: Seraphime Kirkovski --- fs/ceph/addr.c | 4 ++-- fs/ceph/caps.c | 2 +- fs/ceph/dir.c| 2 +- fs/ceph/inode.c | 2 +- fs/ceph/mds_client.c | 10 +- 5 files changed, 10 insertions(+), 10