]> 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)
commita579ee6480244b7ac9041206cf6e806771092f72
tree1e1562dbd1f13131c9adb386c80996faa1a75273
parentd8c437072b986f6d158b9b45641f6e161d4a246c
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