Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f8b85e
)
fix small typo in last commit.
author
shadow
<shadow>
Fri, 14 Sep 2007 17:42:58 +0000
(17:42 +0000)
committer
shadow
<shadow>
Fri, 14 Sep 2007 17:42:58 +0000
(17:42 +0000)
b=13304
lustre/obdclass/obd_mount.c
patch
|
blob
|
history
diff --git
a/lustre/obdclass/obd_mount.c
b/lustre/obdclass/obd_mount.c
index
a5a7b97
..
f2c00c4
100644
(file)
--- a/
lustre/obdclass/obd_mount.c
+++ b/
lustre/obdclass/obd_mount.c
@@
-1979,7
+1979,7
@@
void lustre_kill_super(struct super_block *sb)
{
struct lustre_sb_info *lsi = s2lsi(sb);
- if (kill_super_cb && !(lsi->lsi_flags & LSI_SERVER))
+ if (kill_super_cb &&
lsi &&
!(lsi->lsi_flags & LSI_SERVER))
(*kill_super_cb)(sb);
kill_anon_super(sb);