From: Christoph Hellwig Date: Mon, 25 Feb 2008 17:58:36 +0000 (+0100) Subject: [GFS2] fix file_system_type leak on gfs2meta mount X-Git-Tag: v2.6.26-rc1~1144^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dc2cf1c8ffbd471722f1aa479bc68d4df1c9edc;p=pandora-kernel.git [GFS2] fix file_system_type leak on gfs2meta mount get_gfs2_sb does a get_fs_type without doing a put_filesystem and thus leaking a file_system_type reference everytime it's called. Just use gfs2_fs_type directly instead of doing the lookup and thus fix the problem. Signed-off-by: Christoph Hellwig Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed