commit | 65952fb4e91c159d253bd28ceaf028a86dbb0b02 | [log] [tgz] |
---|---|---|
author | David Teigland <teigland@redhat.com> | Fri Sep 15 13:09:11 2006 -0500 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Mon Sep 18 09:43:23 2006 -0400 |
tree | e4d09a162da7bec0a0ffa9efc258d03489aa163d | |
parent | a8336344a5fd1366eb3616d351c39cadcd077f43 [diff] |
[GFS2] print mount errors related to sysfs Print an error message if mount fails in setting up the sysfs files. Signed-off-by: David Teigland <teigland@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
diff --git a/fs/gfs2/sys.c b/fs/gfs2/sys.c index 88386d8..c9b2308 100644 --- a/fs/gfs2/sys.c +++ b/fs/gfs2/sys.c
@@ -555,6 +555,7 @@ fail_reg: kobject_unregister(&sdp->sd_kobj); fail: + fs_err(sdp, "error %d adding sysfs files", error); return error; }