]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: remove redundant name and name_len parameters to create_subvol
authorOmar Sandoval <osandov@fb.com>
Thu, 10 Mar 2022 01:31:39 +0000 (17:31 -0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 16 May 2022 15:03:06 +0000 (17:03 +0200)
commit2606cba0e1584e8abc8eed02c5e880f67fbf7587
tree55eebb1a1c37270c0144cefb65a655f75428c3ad
parent49cab5e643e0da462e1e1d7c883d54070924f0ca
btrfs: remove redundant name and name_len parameters to create_subvol

The passed dentry already contains the name.

Reviewed-by: Sweet Tea Dorminy <sweettea-kernel@dorminy.me>
Signed-off-by: Omar Sandoval <osandov@fb.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/ioctl.c