projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a833634
)
[GFS2] print mount errors related to sysfs
author
David Teigland
<teigland@redhat.com>
Fri, 15 Sep 2006 18:09:11 +0000
(13:09 -0500)
committer
Steven Whitehouse
<swhiteho@redhat.com>
Mon, 18 Sep 2006 13:43:23 +0000
(09:43 -0400)
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>
fs/gfs2/sys.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/gfs2/sys.c
b/fs/gfs2/sys.c
index 88386d8dc05a0de14aa3c66f4c07b7cdee00b5f0..c9b23084918f4bec54c3dc83227440c9a7f0c770 100644
(file)
--- a/
fs/gfs2/sys.c
+++ b/
fs/gfs2/sys.c
@@
-555,6
+555,7
@@
fail_lockstruct:
fail_reg:
kobject_unregister(&sdp->sd_kobj);
fail:
+ fs_err(sdp, "error %d adding sysfs files", error);
return error;
}