]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: merge functions for wait snapshot creation
authorZhao Lei <zhaolei@cn.fujitsu.com>
Wed, 6 Jan 2016 10:56:36 +0000 (18:56 +0800)
committerChris Mason <clm@fb.com>
Wed, 20 Jan 2016 15:22:13 +0000 (07:22 -0800)
commite49eae70fb8c52fe3496d3cf20dbf57614d3dbc5
tree2469a01dbf180d1e95d6aebd5f61271dd877ea0a
parentf563b8fd416c98b3c225dbc9d719262dee9ef023
btrfs: merge functions for wait snapshot creation

wait_for_snapshot_creation() is in same group with oher two:
 btrfs_start_write_no_snapshoting()
 btrfs_end_write_no_snapshoting()

Rename wait_for_snapshot_creation() and move it into same place
with other two.

Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/ctree.h
fs/btrfs/extent-tree.c
fs/btrfs/inode.c