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:
fab8f2c
)
opts could be NULL, cause segfault.
author
ericm
<ericm>
Thu, 13 Nov 2003 12:06:04 +0000
(12:06 +0000)
committer
ericm
<ericm>
Thu, 13 Nov 2003 12:06:04 +0000
(12:06 +0000)
lustre/utils/llmount.c
patch
|
blob
|
history
diff --git
a/lustre/utils/llmount.c
b/lustre/utils/llmount.c
index
c4e7d9a
..
1f5475d
100644
(file)
--- a/
lustre/utils/llmount.c
+++ b/
lustre/utils/llmount.c
@@
-47,7
+47,7
@@
update_mtab_entry(char *spec, char *node, char *type, char *opts,
mnt.mnt_fsname = spec;
mnt.mnt_dir = node;
mnt.mnt_type = type;
- mnt.mnt_opts = opts;
+ mnt.mnt_opts = opts
? opts : ""
;
mnt.mnt_freq = freq;
mnt.mnt_passno = pass;