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:
54f3389
)
add nosvc to mount option
author
huanghua
<huanghua>
Wed, 7 Dec 2005 09:09:53 +0000
(09:09 +0000)
committer
huanghua
<huanghua>
Wed, 7 Dec 2005 09:09:53 +0000
(09:09 +0000)
lustre/obdclass/obd_mount.c
patch
|
blob
|
history
diff --git
a/lustre/obdclass/obd_mount.c
b/lustre/obdclass/obd_mount.c
index
cd74c9e
..
564a136
100644
(file)
--- a/
lustre/obdclass/obd_mount.c
+++ b/
lustre/obdclass/obd_mount.c
@@
-1157,7
+1157,7
@@
static int server_fill_super(struct super_block *sb)
*actually mount the filesystem. */
/* Set up all obd devices for service */
- if (!(lmd->lmd_flags & LMD_FLG_NOSVC) &&
+ if (!(l
si->lsi_l
md->lmd_flags & LMD_FLG_NOSVC) &&
(IS_OST(lsi->lsi_ldd) || IS_MDT(lsi->lsi_ldd))) {
rc = server_start_targets(sb, mnt);
if (rc < 0) {