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
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
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 -
3 matches
Mail list logo