Re: [PATCH] vfs: move getname() from callers to do_mount()

2014-09-14 Thread Seunghun Lee
On September 15, 2014 2:18:50 PM GMT+09:00, Al Viro wrote: >On Mon, Sep 15, 2014 at 01:39:19PM +0900, Seunghun Lee wrote: >> 2014. 9. 15. 오전 3:13에 "Al Viro" wrote: >> > Applied with one modification: this getname/kern_path/putname is > >> Ok, I will resend it after modification. > >See above...

Re: [PATCH] vfs: move getname() from callers to do_mount()

2014-09-14 Thread Al Viro
On Mon, Sep 15, 2014 at 01:39:19PM +0900, Seunghun Lee wrote: > 2014. 9. 15. 오전 3:13에 "Al Viro" wrote: > > Applied with one modification: this getname/kern_path/putname is > Ok, I will resend it after modification. See above... It's already in vfs.git#for-next. The last commit of the branch at

Re: [PATCH] vfs: move getname() from callers to do_mount()

2014-09-14 Thread Al Viro
On Sun, Sep 14, 2014 at 10:15:10PM +0900, Seunghun Lee wrote: > 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 Applied with one modification: this getname/ker

Re: [PATCH] vfs: move getname() from callers to do_mount()

2014-09-14 Thread Jeff Layton
On Sun, 14 Sep 2014 22:15:10 +0900 Seunghun Lee wrote: > 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 > --- > arch/alpha/kernel/osf_sys.c | 23 ++-