]> git.baikalelectronics.ru Git - kernel.git/commit
[fix] get rid of checking for absent device name in vfs_get_tree()
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 29 Apr 2019 01:34:21 +0000 (21:34 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 29 Apr 2019 01:34:21 +0000 (21:34 -0400)
commitaea142eb19ba1aebcfd7ae639e160b4ed8780cbb
tree05c54ffda58f96456b0d5e60dc7355595e3a0b0a
parent4cd0863d4b0dd46a19baef9372c213427c18ffed
[fix] get rid of checking for absent device name in vfs_get_tree()

It has no business being there, it's checked by relevant ->get_tree()
as it is *and* it returns the wrong error for no reason whatsoever.

Fixes: d446501957fc "introduce fs_context methods"
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/super.c