diff options
Diffstat (limited to 'fs/ocfs2')
-rw-r--r-- | fs/ocfs2/xattr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/xattr.c b/fs/ocfs2/xattr.c index 18330f5b57be..6ce0686eab72 100644 --- a/fs/ocfs2/xattr.c +++ b/fs/ocfs2/xattr.c | |||
@@ -6802,7 +6802,7 @@ out: | |||
6802 | if (ret) { | 6802 | if (ret) { |
6803 | if (*meta_ac) { | 6803 | if (*meta_ac) { |
6804 | ocfs2_free_alloc_context(*meta_ac); | 6804 | ocfs2_free_alloc_context(*meta_ac); |
6805 | meta_ac = NULL; | 6805 | *meta_ac = NULL; |
6806 | } | 6806 | } |
6807 | } | 6807 | } |
6808 | 6808 | ||