A miscellaneous device management related cleanup patches. The core objective of this and upcoming patches is to able to have a clear clarity on mutex usages and remove redundant codes. And few good to have fixes. Anand Jain (7): btrfs: optimize use of volume_mutex in btrfs_ioctl_resize() btrfs: move user provided string checks outside of volume_mutex btrfs: use i_size_read() instead of open code btrfs: rename btrfs_add_device to btrfs_add_dev_item btrfs: btrfs_rm_device() does not need uuid_mutex btrfs: move volume_mutex into btrfs_init_new_device() btrfs: rename btrfs_init_new_device() to btrfs_add_device() fs/btrfs/ioctl.c | 64 +++++++++++++++++++++++++++--------------------------- fs/btrfs/volumes.c | 20 ++++++++++------- fs/btrfs/volumes.h | 2 +- 3 files changed, 45 insertions(+), 41 deletions(-) -- 2.13.1 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
