vfs: move getname() from callers to do_mount()
authorSeunghun Lee <waydi1@gmail.com>
Sun, 14 Sep 2014 13:15:10 +0000 (22:15 +0900)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 9 Oct 2014 06:39:16 +0000 (02:39 -0400)
It would make more sense to pass char __user * instead of
char * in callers of do_mount() and do getname() inside do_mount().

Suggested-by: Al Viro <viro@ZenIV.linux.org.uk>
Signed-off-by: Seunghun Lee <waydi1@gmail.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found