summaryrefslogtreecommitdiffstats
path: root/kernel/fs/ext4/indirect.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/fs/ext4/indirect.c')
-rw-r--r--kernel/fs/ext4/indirect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/fs/ext4/indirect.c b/kernel/fs/ext4/indirect.c
index 958824019..94ae6874c 100644
--- a/kernel/fs/ext4/indirect.c
+++ b/kernel/fs/ext4/indirect.c
@@ -565,7 +565,7 @@ int ext4_ind_map_blocks(handle_t *handle, struct inode *inode,
EXT4_FEATURE_RO_COMPAT_BIGALLOC)) {
EXT4_ERROR_INODE(inode, "Can't allocate blocks for "
"non-extent mapped inodes with bigalloc");
- return -ENOSPC;
+ return -EUCLEAN;
}
/* Set up for the direct block allocation */