Goldwyn Rodrigues
2011-Jun-15 15:57 UTC
[Ocfs2-devel] [PATCH 0/2] Avoid read-only filesystem on dx corruptions
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. 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. TODO: Modify fsck.ocfs2 to create index for a directory large enough for an index when it is not enabled. -- Goldwyn