Whamcloud - gitweb
this fix a bug in Lustre over NFS. But this flag is temparory as the patch said.
authorhuanghua <huanghua>
Fri, 24 Nov 2006 13:48:29 +0000 (13:48 +0000)
committerhuanghua <huanghua>
Fri, 24 Nov 2006 13:48:29 +0000 (13:48 +0000)
lustre/llite/llite_lib.c

index 4fa69db..cfe9a71 100644 (file)
@@ -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) {