Whamcloud - gitweb
not swab ost objects for directory because it's not exist.
authorshadow <shadow>
Tue, 22 Apr 2008 11:39:53 +0000 (11:39 +0000)
committershadow <shadow>
Tue, 22 Apr 2008 11:39:53 +0000 (11:39 +0000)
b=14856
i=green
i=johan

lustre/ChangeLog
lustre/llite/dir.c

index 2941546..023f778 100644 (file)
@@ -19,6 +19,12 @@ tbd  Sun Microsystems, Inc.
         removed cwd "./" (refer to Bugzilla 14399).
 
 Severity   : minor
+Bugzilla   : 14856
+Frequency  : on ppc only
+Description: not convert ost objects for directory because it's not exist.
+Details    : ll_dir_getstripe assume dirrectory has ost objects but this wrong.
+
+Severity   : minor
 Bugzilla   : 15517
 Description: Fix warnings with compile liblustre at sles10/rhel5 which have
              __u64 as usingied long long type.
index c05255d..5b9955e 100644 (file)
@@ -617,7 +617,6 @@ int ll_dir_getstripe(struct inode *inode, struct lov_mds_md **lmmp,
          */
         if (lmm->lmm_magic == __swab32(LOV_MAGIC)) {
                 lustre_swab_lov_user_md((struct lov_user_md *)lmm);
-                lustre_swab_lov_user_md_objects((struct lov_user_md *)lmm);
         }
 out:
         *lmmp = lmm;