]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: change 0 to false for bool type
authorTaehee Yoo <ap420073@gmail.com>
Mon, 13 Apr 2015 12:48:06 +0000 (21:48 +0900)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 15 Apr 2015 23:13:28 +0000 (16:13 -0700)
commit6a2aefb8586182b3b8563b651be8fc0fe8308342
tree6728b08689f0c795c4423f2b76ec583455d57280
parentd195ff9092ce8f58272469f16235a10774d10757
f2fs: change 0 to false for bool type

in the f2fs_fill_super function, variable "retry" is bool type
i think that it should be set as false.

Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/super.c