aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mtd/mtd.h
diff options
context:
space:
mode:
authorJaegeuk Kim <jaegeuk@kernel.org>2017-06-01 15:39:27 -0700
committerMoyster <oysterized@gmail.com>2017-07-21 12:37:36 +0200
commit73a689a45d2e64e9ebe71d7a3db8a7644ce00a10 (patch)
tree780ef869b5a3939a5ea4c078bf54fb4f7bd67623 /include/linux/mtd/mtd.h
parentebe053736ef6aacec1a4c7ef453f6d3415738f2b (diff)
f2fs: remove false-positive bug_on
For example, f2fs_create - new_node_page is failed - handle_failed_inode - skip to add it into orphan list, since ni.blk_addr == NULL_ADDR : set_inode_flag(inode, FI_FREE_NID) f2fs_evict_inode - EIO due to fault injection - f2fs_bug_on() is triggered So, we don't need to call f2fs_bug_on in this case. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'include/linux/mtd/mtd.h')
0 files changed, 0 insertions, 0 deletions