]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: stop allocating pinned sections if EAGAIN happens
authorJaegeuk Kim <jaegeuk@kernel.org>
Fri, 6 May 2022 21:17:32 +0000 (14:17 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 9 May 2022 16:31:27 +0000 (09:31 -0700)
commitf8e514df89a1e782053546476450c0f9174e9956
tree1e1562dbd1f13131c9adb386c80996faa1a75273
parent5037911040de24385c19a8e38bc3d59370474a09
f2fs: stop allocating pinned sections if EAGAIN happens

EAGAIN doesn't guarantee to have a free section. Let's report it.

Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/file.c