From: huanghua Date: Fri, 24 Nov 2006 13:48:29 +0000 (+0000) Subject: this fix a bug in Lustre over NFS. But this flag is temparory as the patch said. X-Git-Tag: v1_8_0_110~486^2~77 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=da116cd549fd9a31c248847f08ea2430fe0be0bd;p=fs%2Flustre-release.git this fix a bug in Lustre over NFS. But this flag is temparory as the patch said. --- diff --git a/lustre/llite/llite_lib.c b/lustre/llite/llite_lib.c index 4fa69db..cfe9a71 100644 --- 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) {