Re: [PATCH 3/4] Btrfs: ACCESS_ONCE cleanup

2016-12-20 Thread David Sterba
On Thu, Dec 15, 2016 at 02:38:16PM +0100, Seraphime Kirkovski wrote: > This replaces ACCESS_ONCE macro with the corresponding > READ|WRITE macros > > Signed-off-by: Seraphime Kirkovski Reviewed-by: David Sterba Added to cleanups branch, thanks. -- To unsubscribe from this list: send the line "u

[PATCH 3/4] Btrfs: ACCESS_ONCE cleanup

2016-12-15 Thread Seraphime Kirkovski
This replaces ACCESS_ONCE macro with the corresponding READ|WRITE macros Signed-off-by: Seraphime Kirkovski --- fs/btrfs/delayed-inode.c | 4 ++-- fs/btrfs/super.c | 2 +- fs/btrfs/transaction.c | 10 +- fs/btrfs/tree-log.h | 4 ++-- 4 files changed, 10 insertions(+), 1