[patch 03/10] Remove path_release_on_umount()

2007-10-09 Thread Jan Blunck
path_release_on_umount() should only be called from sys_umount(). I merged the function into sys_umount() instead of having in in namei.c. Signed-off-by: Jan Blunck <[EMAIL PROTECTED]> Acked-by: Christoph Hellwig <[EMAIL PROTECTED]> --- fs/namei.c| 10 -- fs/namespace.c

Re: [patch 03/10] Remove path_release_on_umount()

2007-09-28 Thread Christoph Hellwig
On Thu, Sep 27, 2007 at 04:12:03PM +0200, [EMAIL PROTECTED] wrote: > path_release_on_umount() should only be called from sys_umount(). I merged the > function into sys_umount() instead of having in in namei.c. Yeah, getting rid of this one makes a lot sense. - To unsubscribe from this list: send

[patch 03/10] Remove path_release_on_umount()

2007-09-27 Thread jblunck
path_release_on_umount() should only be called from sys_umount(). I merged the function into sys_umount() instead of having in in namei.c. Signed-off-by: Jan Blunck <[EMAIL PROTECTED]> --- fs/namei.c| 10 -- fs/namespace.c|4 +++- include/linux/namei.h |1 -