From: Seunghun Lee Date: Sun, 14 Sep 2014 13:15:10 +0000 (+0900) Subject: vfs: move getname() from callers to do_mount() X-Git-Tag: omap-for-v3.19/prcm-cleanup~102^2~8 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e6123f3477e4260fb14392f0a88f1a842fa4d42;p=pandora-kernel.git vfs: move getname() from callers to do_mount() 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 Signed-off-by: Seunghun Lee Signed-off-by: Al Viro --- Reading git-diff-tree failed