commit | 3a2f8c07e1d60739eb6b90ffba41bd1d0de33fc2 | [log] [tgz] |
---|---|---|
author | Nikolay Borisov <nborisov@suse.com> | Tue Apr 24 17:23:59 2018 +0300 |
committer | David Sterba <dsterba@suse.com> | Mon May 28 18:07:29 2018 +0200 |
tree | dd34fa8ddbd37a0450fdb6b9467693c27479d60a | |
parent | 076da91cd9ec4032f88bb30a162d576e9e46c2d6 [diff] |
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>