From 2d0c03d7c47f9b6ebe20fc23fea770fda7fbe2b8 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Thu, 22 May 2014 10:43:56 +1000 Subject: [PATCH] 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 --- fs/hfsplus/xattr.c | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.39.5