diff options
Diffstat (limited to 'fs/ocfs2/xattr.c')
-rw-r--r-- | fs/ocfs2/xattr.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ocfs2/xattr.c b/fs/ocfs2/xattr.c index 81f98b7f7502..d57c7942e4de 100644 --- a/fs/ocfs2/xattr.c +++ b/fs/ocfs2/xattr.c | |||
@@ -5570,7 +5570,6 @@ static int ocfs2_xattr_set_entry_bucket(struct inode *inode, | |||
5570 | 5570 | ||
5571 | 5571 | ||
5572 | out: | 5572 | out: |
5573 | mlog_exit(ret); | ||
5574 | return ret; | 5573 | return ret; |
5575 | } | 5574 | } |
5576 | 5575 | ||
@@ -5637,7 +5636,6 @@ static int ocfs2_xattr_set_entry_index_block(struct inode *inode, | |||
5637 | mlog_errno(ret); | 5636 | mlog_errno(ret); |
5638 | 5637 | ||
5639 | out: | 5638 | out: |
5640 | mlog_exit(ret); | ||
5641 | return ret; | 5639 | return ret; |
5642 | } | 5640 | } |
5643 | 5641 | ||