Re: [PATCH 0/4] ocfs2: add online file check feature

From: Gang He
Date: Fri Jul 10 2015 - 03:27:20 EST


Hi Andrew,

Thank for your suggestions.
I will sort out a document for ocfs2 online file check feature.


Thanks
Gang


>>>
> On Wed, 24 Jun 2015 13:24:17 +0800 Gang He <ghe@xxxxxxxx> wrote:
>
>> When there are errors in the ocfs2 filesystem,
>> they are usually accompanied by the inode number which caused the error.
>> This inode number would be the input to fixing the file.
>> One of these options could be considered:
>> A file in the sys filesytem which would accept inode numbers.
>> This could be used to communication back what has to be fixed or is fixed.
>> You could write:
>> $# echo "CHECK <inode>" > /sys/fs/ocfs2/devname/filecheck
>> or
>> $# echo "FIX <inode>" > /sys/fs/ocfs2/devname/filecheck
>
> This is a userspace feature so it should have user documentation.
> Documentation/filesystems/ocfs2.txt is presumably the appropriate
> place.
>
> And the availability of the complete user documentation will make the
> review of this patchset more productive.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/