]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
jbd2: fix /proc setup for devices that contain '/' in their names
authorTheodore Ts'o <tytso@mit.edu>
Sun, 16 Nov 2008 16:05:23 +0000 (11:05 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 5 Dec 2008 18:55:37 +0000 (10:55 -0800)
commite3baeaafd5dd29b2556b697699627fb133ede434
treef68310ecd1d0e76c39e46af120d893877b716212
parent43b7c32ff29ffbdc1163919c084938c8634ddcfb
jbd2: fix /proc setup for devices that contain '/' in their names

trimed down version of commit 05496769e5da83ce22ed97345afd9c7b71d6bd24 upstream.

Some devices such as "cciss/c0d0p9" will cause jbd2 setup and teardown
failures when /proc filenames are created with embedded slashes.  This
is a slimmed down version of commit 05496769, with the stack reduction
aspects of the patch omitted to meet the -stable criteria.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/jbd2/journal.c
include/linux/jbd2.h