GFS2: Fix refcnt leak on gfs2_follow_link() error path
authorOGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Mon, 11 Jan 2010 18:36:57 +0000 (03:36 +0900)
committerSteven Whitehouse <swhiteho@redhat.com>
Tue, 12 Jan 2010 09:30:15 +0000 (09:30 +0000)
If ->follow_link handler return the error, it should decrement
nd->path refcnt.

This patch fix it.

Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>

No differences found