Re: [PATCH v2 3/4] ocfs2: create/remove sysfile for online file check

2015-11-24 Thread Mark Fasheh
On Wed, Oct 28, 2015 at 02:26:00PM +0800, Gang He wrote: > Create online file check sysfile when ocfs2 mount, > remove the related sysfile when ocfs2 umount. > > Signed-off-by: Gang He Reviewed-by: Mark Fasheh --Mark -- Mark Fasheh -- To unsubscribe from this list: send the line "unsubs

[PATCH v2 3/4] ocfs2: create/remove sysfile for online file check

2015-10-27 Thread Gang He
Create online file check sysfile when ocfs2 mount, remove the related sysfile when ocfs2 umount. Signed-off-by: Gang He --- fs/ocfs2/super.c | 5 + 1 file changed, 5 insertions(+) diff --git a/fs/ocfs2/super.c b/fs/ocfs2/super.c index 403c566..7213a94 100644 --- a/fs/ocfs2/super.c +++ b/fs/