From: Jeff Mahoney Date: Fri, 14 Jul 2006 07:24:22 +0000 (-0700) Subject: [PATCH] reiserfs: fix handling of device names with /'s in them X-Git-Tag: v2.6.18-rc2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fbe82a952790c634ea6035c223a01a81377daf1;p=pandora-kernel.git [PATCH] reiserfs: fix handling of device names with /'s in them On systems with block devices containing a slash (virtual dasd, cciss, etc), reiserfs will fail to initialize /proc/fs/reiserfs/ due to it being interpreted as a subdirectory. The generic block device code changes the / to ! for use in the sysfs tree. This patch uses that convention. Tested by making dm devices use dm/ rather than dm- [akpm@osdl.org: name variables consistently] Signed-off-by: Jeff Mahoney Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed