From da116cd549fd9a31c248847f08ea2430fe0be0bd Mon Sep 17 00:00:00 2001 From: huanghua Date: Fri, 24 Nov 2006 13:48:29 +0000 Subject: [PATCH] this fix a bug in Lustre over NFS. But this flag is temparory as the patch said. --- lustre/llite/llite_lib.c | 1 + 1 file changed, 1 insertion(+) 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) { -- 1.8.3.1