From: NeilBrown Date: Wed, 9 Nov 2005 05:39:40 +0000 (-0800) Subject: [PATCH] md: split off some md attributes in sysfs to a separate group X-Git-Tag: v2.6.15-rc1~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=411036fa1924f5e5b0f7f9d04ae5d8cdc72fb839;p=pandora-kernel.git [PATCH] md: split off some md attributes in sysfs to a separate group Some, but not all, md array support data redundancy and hence support checking and restoring that redundancy (resync, rebuild). Some attributes apply specifically to functions involving this redundancy, and so should only appear for md arrays for which they are meaningful. i.e. they should not appear for raid0, linear, multpath, faulty. This patch separates these into a distinct group and creates the group only if the personality supports sync_request. Signed-off-by: Neil Brown Acked-by: Greg Kroah-Hartman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed