]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
f2fs: avoid ENOSPC fault in the recovery process
authorJaegeuk Kim <jaegeuk@kernel.org>
Thu, 19 May 2016 18:57:21 +0000 (11:57 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 20 May 2016 18:43:04 +0000 (11:43 -0700)
commit975756c41332bc5e523e9f843271ed5ab6aaaaaa
tree079297f9db49859dd8f43047bbc714f493fa9f33
parentb8bef79df709533416a278c4c3aef3577cefa61a
f2fs: avoid ENOSPC fault in the recovery process

This patch avoids impossible error injection, ENOSPC, during recovery process.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/recovery.c