From: Joel Becker Date: Tue, 29 Jan 2008 02:52:04 +0000 (-0800) Subject: ocfs2: Fix userspace ABI breakage in sysfs X-Git-Tag: v2.6.25-rc1~1167 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b11d8179d1c6e560edc02c40a53b65fde83bf3f;p=pandora-kernel.git ocfs2: Fix userspace ABI breakage in sysfs The userspace ABI of ocfs2's internal cluster stack (o2cb) was broken by commit c60b71787982cefcf9fa09aa281fa8c4c685d557 "kset: convert ocfs2 to use kset_create". Specifically, the '/sys/o2cb' kset was moved to '/sys/fs/o2cb'. This breaks all ocfs2 tools and renders the filesystem unmountable. This fix moves '/sys/o2cb' back where it belongs. Signed-off-by: Joel Becker Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed