commit | ff37355886ac2082cee594aa949c08e2cfb33aa0 | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk@kernel.org> | Tue Mar 29 16:13:45 2016 -0700 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Fri Apr 15 08:49:47 2016 -0700 |
tree | 2e8c8c1266bb00d67d241e1b514a905d61d85d4d | |
parent | 4a6de50d5408cdc699588119e2338e580adc2b73 [diff] |
f2fs: add BUG_ON to avoid unnecessary flow This patch adds BUG_ON instead of retrying loop. In the case of node pages, we already got this inode page, but unlocked it. By the fact that we don't truncate any node pages in operations, the page's mapping should be unchangeable. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>