Re: [PATCH 4/4] EXT2: add 'notify' mount option
From: Andrew Morton <akpm@linux-foundation.org>
Date: 2009-06-03 19:00:30
Also in:
linux-fsdevel, lkml
From: Andrew Morton <akpm@linux-foundation.org>
Date: 2009-06-03 19:00:30
Also in:
linux-fsdevel, lkml
On Wed, 3 Jun 2009 18:05:18 +0300 Denis Karpov [off-list ref] wrote:
Implement EXT2 fs mount option 'notify'. The effect of this option is that a notification is sent to userspace on errors that indicate filesystem damage/inconsistency. Generic filesystem corruption notification mechnism is used. Signed-off-by: Denis Karpov <redacted> --- fs/ext2/super.c | 15 ++++++++++++++- include/linux/ext2_fs.h | 2 +-
Please document the mount option in Documentation/filesystems/ext2.txt.