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:
a3a7ac2
)
Branch b1_8_gate
author
yangsheng
<yangsheng>
Thu, 24 Jul 2008 14:56:43 +0000
(14:56 +0000)
committer
yangsheng
<yangsheng>
Thu, 24 Jul 2008 14:56:43 +0000
(14:56 +0000)
b=15308
i=johann, shadow, zhenyu.xu, brian
Update to SLES10 SP2 kernel-2.6.16.60-0.23 and update to OFED-1.3.1.
lustre/mgs/mgs_fs.c
patch
|
blob
|
history
diff --git
a/lustre/mgs/mgs_fs.c
b/lustre/mgs/mgs_fs.c
index
3e58281
..
735a3d5
100644
(file)
--- a/
lustre/mgs/mgs_fs.c
+++ b/
lustre/mgs/mgs_fs.c
@@
-195,7
+195,7
@@
int mgs_fs_setup(struct obd_device *obd, struct vfsmount *mnt)
push_ctxt(&saved, &obd->obd_lvfs_ctxt, NULL);
/* Setup the configs dir */
- dentry = simple_mkdir(current->fs->pwd, MOUNT_CONFIGS_DIR, 0777, 1);
+ dentry = simple_mkdir(current->fs->pwd,
mnt,
MOUNT_CONFIGS_DIR, 0777, 1);
if (IS_ERR(dentry)) {
rc = PTR_ERR(dentry);
CERROR("cannot create %s directory: rc = %d\n",