btrfs: Unexport btrfs_alloc_delalloc_work
authorNikolay Borisov <nborisov@suse.com>
Tue, 24 Apr 2018 14:23:59 +0000 (17:23 +0300)
committerDavid Sterba <dsterba@suse.com>
Mon, 28 May 2018 16:07:29 +0000 (18:07 +0200)
commit3a2f8c07e1d60739eb6b90ffba41bd1d0de33fc2
treedd34fa8ddbd37a0450fdb6b9467693c27479d60a
parent076da91cd9ec4032f88bb30a162d576e9e46c2d6
btrfs: Unexport btrfs_alloc_delalloc_work

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 <nborisov@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/ctree.h
fs/btrfs/inode.c