ARM: mach-shmobile: mackerel: enable REGULATOR in defconfig
[firefly-linux-kernel-4.4.55.git] / fs / ext2 / xattr.c
index 06209ec46152715628766b471e1dd1d4997218d0..2d7557db3ae855b614b0c70d2803adafb0f64181 100644 (file)
@@ -665,7 +665,7 @@ ext2_xattr_set2(struct inode *inode, struct buffer_head *old_bh,
                        if (unlikely(!new_bh)) {
                                ext2_free_blocks(inode, block, 1);
                                mark_inode_dirty(inode);
-                               error = -EIO;
+                               error = -ENOMEM;
                                goto cleanup;
                        }
                        lock_buffer(new_bh);