]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: avoid write_checkpoint if f2fs is mounted readonly
authorJaegeuk Kim <jaegeuk@kernel.org>
Sat, 24 Jan 2015 02:43:45 +0000 (18:43 -0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 12 Feb 2015 01:04:40 +0000 (17:04 -0800)
commit21a68626801b3128d27ca23bc93b2b862e62071a
treee7a6b89c955594bde7e38a1302b5343ab6056e11
parent70005168c2184a343190b2b635e57628876cfc92
f2fs: avoid write_checkpoint if f2fs is mounted readonly

Do not change any partition when f2fs is changed to readonly mode.

Reviewed-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/checkpoint.c