]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
btrfs: Cleanup: Remove chunk_objectid argument from btrfs_relocate_chunk()
authorZhaolei <zhaolei@cn.fujitsu.com>
Wed, 5 Aug 2015 10:00:04 +0000 (18:00 +0800)
committerChris Mason <clm@fb.com>
Sun, 9 Aug 2015 14:07:13 +0000 (07:07 -0700)
commitdc2ee4e244138124a05cdc39365b38d4cc77e3fa
tree7e2e74334863198164ee73d238f01faee5ddbd73
parent4624900dd353488479a12abf8dffe2c1786cdb89
btrfs: Cleanup: Remove chunk_objectid argument from btrfs_relocate_chunk()

Remove chunk_objectid argument from btrfs_relocate_chunk() because
it is not necessary, it can also cleanup some code in caller for
prepare its value.

Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/volumes.c