Goldwyn Rodrigues
2011-Aug-03 22:48 UTC
[Ocfs2-devel] [PATCH 0/3] Avoid EROFS in case of dx dir errors v2
In case of an error while reading a dx tree of a directory,
the filesystem turns read-only. The information to process the request
is present in the main directory structure and a read-only information
can be provided from there.
This patchset disables the index directory in case of an error, and
proceeds with the operation using the information in the main
directory structure. It prints the necessary errors in the kernel
messages for user to identify the corruption.
Changes vs v1:
Incorporated Joel's comments. Despite being split into 3, this
patchset is smaller.
--
Goldwyn