diff options
Diffstat (limited to 'fs/ocfs2/aops.c')
-rw-r--r-- | fs/ocfs2/aops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/aops.c b/fs/ocfs2/aops.c index b2c52b3a1484..25aced3b0c7d 100644 --- a/fs/ocfs2/aops.c +++ b/fs/ocfs2/aops.c | |||
@@ -1301,7 +1301,7 @@ static int ocfs2_write_cluster(struct address_space *mapping, | |||
1301 | if (tmpret) { | 1301 | if (tmpret) { |
1302 | mlog_errno(tmpret); | 1302 | mlog_errno(tmpret); |
1303 | if (ret == 0) | 1303 | if (ret == 0) |
1304 | tmpret = ret; | 1304 | ret = tmpret; |
1305 | } | 1305 | } |
1306 | } | 1306 | } |
1307 | 1307 | ||