commit | 0f585f14d4e34ab701283e9237ac7695cd7c9e31 | [log] [tgz] |
---|---|---|
author | OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> | Tue Jan 12 03:36:57 2010 +0900 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Tue Jan 12 09:30:15 2010 +0000 |
tree | 7ded56c8f9ddc84d4930a5a9f0f52c9b1464f6e1 | |
parent | 066000dd856709b6980123eb39b957fe26993f7b [diff] |
GFS2: Fix refcnt leak on gfs2_follow_link() error path 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>