Hi, another portion of the NOFS -> KERNEL conversions, in ioctl handlers and mount-time functions. Branch will be in my for-next. Please merge to 4.6. Currently all the simple cases without refactoring seem to be covered. What next is still going to be determined. There are several classes of functions that would be fixed in a similar way, eg. the extent state bit wrappers, bios, ulist, csum calculations. ---------------------------------------------------------------- The following changes since commit 388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95: Linux 4.5-rc3 (2016-02-07 15:38:30 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git dev/gfp-flags for you to fetch changes up to 66722f7c059089ad7f11eaa3e27af2321ab1b0e6: btrfs: switch to kcalloc in btrfs_cmp_data_prepare (2016-02-11 15:19:39 +0100) ---------------------------------------------------------------- David Sterba (9): btrfs: send: use GFP_KERNEL everywhere btrfs: reada: use GFP_KERNEL everywhere btrfs: scrub: use GFP_KERNEL on the submission path btrfs: let callers of btrfs_alloc_root pass gfp flags btrfs: fallocate: use GFP_KERNEL btrfs: readdir: use GFP_KERNEL btrfs: device add and remove: use GFP_KERNEL btrfs: extent same: use GFP_KERNEL for page array allocations btrfs: switch to kcalloc in btrfs_cmp_data_prepare fs/btrfs/ctree.c | 2 +- fs/btrfs/dev-replace.c | 2 +- fs/btrfs/disk-io.c | 21 +++++++++++---------- fs/btrfs/file.c | 6 +++--- fs/btrfs/inode.c | 2 +- fs/btrfs/ioctl.c | 4 ++-- fs/btrfs/reada.c | 10 +++++----- fs/btrfs/scrub.c | 24 +++++++++++++----------- fs/btrfs/send.c | 36 ++++++++++++++++++------------------ fs/btrfs/volumes.c | 9 +++++---- 10 files changed, 60 insertions(+), 56 deletions(-) -- 2.7.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
