From: Andrew Morton Date: Thu, 22 May 2014 00:43:56 +0000 (+1000) Subject: hfsplus-fixes-worst-case-unicode-to-char-conversion-of-file-names-and-attributes-fix X-Git-Tag: next-20140530~2^2~96 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2d0c03d7c47f9b6ebe20fc23fea770fda7fbe2b8;p=karo-tx-linux.git hfsplus-fixes-worst-case-unicode-to-char-conversion-of-file-names-and-attributes-fix fix build Cc: Al Viro Cc: Anton Altaparmakov Cc: Christoph Hellwig Cc: Hin-Tak Leung Cc: Sougata Santra Cc: Vyacheslav Dubeyko Signed-off-by: Andrew Morton --- diff --git a/fs/hfsplus/xattr.c b/fs/hfsplus/xattr.c index 40c0a6342cc8..e2b3c9ea1c71 100644 --- a/fs/hfsplus/xattr.c +++ b/fs/hfsplus/xattr.c @@ -726,6 +726,7 @@ ssize_t hfsplus_listxattr(struct dentry *dentry, char *buffer, size_t size) end_listxattr: kfree(strbuf); +out: hfs_find_exit(&fd); return res; }