aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/ext4/indirect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/indirect.c b/fs/ext4/indirect.c
index 9962d577bad5..4f6ac499f09e 100644
--- a/fs/ext4/indirect.c
+++ b/fs/ext4/indirect.c
@@ -565,7 +565,7 @@ int ext4_ind_map_blocks(handle_t *handle, struct inode *inode,
565 EXT4_FEATURE_RO_COMPAT_BIGALLOC)) { 565 EXT4_FEATURE_RO_COMPAT_BIGALLOC)) {
566 EXT4_ERROR_INODE(inode, "Can't allocate blocks for " 566 EXT4_ERROR_INODE(inode, "Can't allocate blocks for "
567 "non-extent mapped inodes with bigalloc"); 567 "non-extent mapped inodes with bigalloc");
568 return -ENOSPC; 568 return -EUCLEAN;
569 } 569 }
570 570
571 /* Set up for the direct block allocation */ 571 /* Set up for the direct block allocation */