From: Steven Whitehouse Date: Fri, 31 Jul 2009 10:07:29 +0000 (+0100) Subject: GFS2: Add online uevent to GFS2 X-Git-Tag: v2.6.32-rc1~698^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8633ecfaba4ce53c094f8db92dbd7ac474a7aa36;p=pandora-kernel.git GFS2: Add online uevent to GFS2 We already have an offline uevent (used when a withdraw occurs) but no online uevent. This adds an online uevent so that userspace will be able to detect a successful mount by means other than not receiving a remove event after the add & recovery (change) uevents. It has also been added to the remount path as well - we can't use a change uevent there as older GFS2 userspace acts on change uevents according to the state that it thinks the fs is in, so we can't easily add any new ones. Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed