btrfs: remove unused arg from parse_subvol_options()
authorMisono, Tomohiro <[email protected]>
Wed, 17 Jan 2018 08:38:31 +0000 (17:38 +0900)
committerDavid Sterba <[email protected]>
Mon, 22 Jan 2018 15:08:19 +0000 (16:08 +0100)
commit78f6beacd024e3ab8091a2a5c12ee7031f9ccc38
tree78a8febc3d1799b76f3b404348932e810ab202f8
parent83085935cc38b9752215556c02b2f080c96bf1be
btrfs: remove unused arg from parse_subvol_options()

Remove unused arg 'holder' from parse_subvol_options(), which has been
forgotten to be cleaned in the commit b99beb110e2d ("btrfs: split
parse_early_options() in two").

Signed-off-by: Tomohiro Misono <[email protected]>
Signed-off-by: David Sterba <[email protected]>
fs/btrfs/super.c