Commit 14b9910
f2fs: fix condition in __allow_reserved_blocks()
[ Upstream commit e75ce11 ]
If reserve_root mount option is not assigned, __allow_reserved_blocks()
will return false, it's not correct, fix it.
Fixes: 7e65be4 ("f2fs: add reserved blocks for root user")
Signed-off-by: Chao Yu <[email protected]>
Signed-off-by: Jaegeuk Kim <[email protected]>
Signed-off-by: Sasha Levin <[email protected]>1 parent 9e5e22c commit 14b9910
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2361 | 2361 | | |
2362 | 2362 | | |
2363 | 2363 | | |
2364 | | - | |
2365 | | - | |
2366 | 2364 | | |
2367 | 2365 | | |
2368 | 2366 | | |
| |||
2383 | 2381 | | |
2384 | 2382 | | |
2385 | 2383 | | |
2386 | | - | |
| 2384 | + | |
2387 | 2385 | | |
2388 | 2386 | | |
2389 | 2387 | | |
| |||
0 commit comments