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:
e863209
)
Merge trivial changes from head to branch.
author
adilger
<adilger>
Tue, 25 Jun 2002 07:13:00 +0000
(07:13 +0000)
committer
adilger
<adilger>
Tue, 25 Jun 2002 07:13:00 +0000
(07:13 +0000)
This includes the append fix from the head.
lustre/mds/mds_fs.c
patch
|
blob
|
history
diff --git
a/lustre/mds/mds_fs.c
b/lustre/mds/mds_fs.c
index
b5f9d3a
..
8f31965
100644
(file)
--- a/
lustre/mds/mds_fs.c
+++ b/
lustre/mds/mds_fs.c
@@
-421,7
+421,7
@@
int mds_fs_setup(struct mds_obd *mds, struct vfsmount *mnt)
OBD_SET_CTXT_MAGIC(&mds->mds_ctxt);
mds->mds_ctxt.pwdmnt = mnt;
mds->mds_ctxt.pwd = mnt->mnt_root;
- mds->mds_ctxt.fs =
KERNEL_DS
;
+ mds->mds_ctxt.fs =
get_ds()
;
/*
* Replace the client filesystem delete_inode method with our own,