Re: [Cluster-devel] [PATCH] gfs2: Fix refcnt leak on gfs2_follow_link() error path

2010-01-12 Thread Steven Whitehouse
Hi, Thanks for the patch. I've pushed it into the GFS2 -fixes tree, Steve. On Tue, 2010-01-12 at 03:36 +0900, OGAWA Hirofumi wrote: If -follow_link handler return the error, it should decrement nd-path refcnt. This patch fix it. Signed-off-by: OGAWA Hirofumi hirof...@mail.parknet.co.jp

[Cluster-devel] [PATCH] gfs2: Fix refcnt leak on gfs2_follow_link() error path

2010-01-11 Thread OGAWA Hirofumi
If -follow_link handler return the error, it should decrement nd-path refcnt. This patch fix it. Signed-off-by: OGAWA Hirofumi hirof...@mail.parknet.co.jp --- fs/gfs2/ops_inode.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -puN