Re: [PATCH v2] btrfs: Unexport btrfs_alloc_delalloc_work

2018-04-24 Thread David Sterba
On Tue, Apr 24, 2018 at 05:23:59PM +0300, Nikolay Borisov wrote: > It's used only in inode.c so makes no sense to have it exported. Also > move the definition of btrfs_delalloc_work to inode.c since it's used > only this file. > > Signed-off-by: Nikolay Borisov Reviewed-by: David Sterba -- To u

[PATCH v2] btrfs: Unexport btrfs_alloc_delalloc_work

2018-04-24 Thread Nikolay Borisov
It's used only in inode.c so makes no sense to have it exported. Also move the definition of btrfs_delalloc_work to inode.c since it's used only this file. Signed-off-by: Nikolay Borisov --- fs/btrfs/ctree.h | 9 - fs/btrfs/inode.c | 8 2 files changed, 8 insertions(+), 9 deleti