Commit 8bec7dd
f2fs: check return value of freeze_super()
freeze_super() can fail, it needs to check its return value and do
error handling in f2fs_resize_fs().
Fixes: 04f0b2e ("f2fs: ioctl for removing a range from F2FS")
Fixes: b4b1006 ("f2fs: refactor resize_fs to avoid meta updates in progress")
Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>1 parent 5079e1c commit 8bec7dd
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2181 | 2181 | | |
2182 | 2182 | | |
2183 | 2183 | | |
2184 | | - | |
| 2184 | + | |
| 2185 | + | |
| 2186 | + | |
2185 | 2187 | | |
2186 | 2188 | | |
2187 | 2189 | | |
| |||
0 commit comments