Re: [PATCH] btrfs: move tree block wait and write helpers to tree-log

2019-03-25 Thread Nikolay Borisov
On 21.03.19 г. 21:21 ч., David Sterba wrote: > The wrapper names better describe what's happening so they're not > deleted though they're trivial, but at least moved closer to their place > of use. > > Signed-off-by: David Sterba Reviewed-by: Nikolay Borisov > --- > fs/btrfs/disk-io.c | 1

[PATCH] btrfs: move tree block wait and write helpers to tree-log

2019-03-21 Thread David Sterba
The wrapper names better describe what's happening so they're not deleted though they're trivial, but at least moved closer to their place of use. Signed-off-by: David Sterba --- fs/btrfs/disk-io.c | 13 - fs/btrfs/disk-io.h | 2 -- fs/btrfs/tree-log.c | 11 +++ 3 files ch