Home
last modified time | relevance | path

Searched hist:f3f338caad3428fbc4bb563828efc6ecce4d956b (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Dcheckpoint.cdiff f3f338caad3428fbc4bb563828efc6ecce4d956b Wed Jul 29 04:33:13 CDT 2015 Chao Yu <chao2.yu@samsung.com> f2fs: freeze filesystem when fail to update meta page due to IO error

In get_meta_page, we guarantee no failure for the returned page,
but sometimes, IO error from device will incur returning an
non-updated page.

Then, we still use this page as updated one, exception could happen
when using this kind of page.

So in this condition, we'd better freeze fs by making fs readonly and
and stop doing checkpoint.

Signed-off-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>