diff options
Diffstat (limited to 'fs/fat/file.c')
-rw-r--r-- | fs/fat/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fat/file.c b/fs/fat/file.c index 0a7f4a9918b3..6214287210f5 100644 --- a/fs/fat/file.c +++ b/fs/fat/file.c | |||
@@ -213,7 +213,7 @@ static int fat_free(struct inode *inode, int skip) | |||
213 | fatent_brelse(&fatent); | 213 | fatent_brelse(&fatent); |
214 | return 0; | 214 | return 0; |
215 | } else if (ret == FAT_ENT_FREE) { | 215 | } else if (ret == FAT_ENT_FREE) { |
216 | fat_fs_panic(sb, | 216 | fat_fs_error(sb, |
217 | "%s: invalid cluster chain (i_pos %lld)", | 217 | "%s: invalid cluster chain (i_pos %lld)", |
218 | __func__, MSDOS_I(inode)->i_pos); | 218 | __func__, MSDOS_I(inode)->i_pos); |
219 | ret = -EIO; | 219 | ret = -EIO; |