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)
commit70dc55f428dd3bf10421ec65f9a30aef01ea5007
tree55eebb1a1c37270c0144cefb65a655f75428c3ad
parent75b993cf43052c76d067628d67ae2746400b504f
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