|
@@ -565,7 +565,7 @@ int ext4_ind_map_blocks(handle_t *handle, struct inode *inode,
|
|
EXT4_FEATURE_RO_COMPAT_BIGALLOC)) {
|
|
EXT4_FEATURE_RO_COMPAT_BIGALLOC)) {
|
|
EXT4_ERROR_INODE(inode, "Can't allocate blocks for "
|
|
EXT4_ERROR_INODE(inode, "Can't allocate blocks for "
|
|
"non-extent mapped inodes with bigalloc");
|
|
"non-extent mapped inodes with bigalloc");
|
|
- return -ENOSPC;
|
|
|
|
|
|
+ return -EUCLEAN;
|
|
}
|
|
}
|
|
|
|
|
|
/* Set up for the direct block allocation */
|
|
/* Set up for the direct block allocation */
|