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:
e7a336c
)
this fix a bug in Lustre over NFS. But this flag is temparory as the patch said.
author
huanghua
<huanghua>
Fri, 24 Nov 2006 13:48:29 +0000
(13:48 +0000)
committer
huanghua
<huanghua>
Fri, 24 Nov 2006 13:48:29 +0000
(13:48 +0000)
lustre/llite/llite_lib.c
patch
|
blob
|
history
diff --git
a/lustre/llite/llite_lib.c
b/lustre/llite/llite_lib.c
index
4fa69db
..
cfe9a71
100644
(file)
--- a/
lustre/llite/llite_lib.c
+++ b/
lustre/llite/llite_lib.c
@@
-985,6
+985,7
@@
int ll_fill_super(struct super_block *sb)
cfs_module_get();
+ sb->s_type->fs_flags |= FS_ODD_RENAME;
/* client additional sb info */
lsi->lsi_llsbi = sbi = ll_init_sbi();
if (!sbi) {