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

lustre/ChangeLog
lustre/llite/dir.c

index 6daa824..253891c 100644 (file)
@@ -13,6 +13,12 @@ tbd  Sun Microsystems, Inc.
        * RHEL 4 and RHEL 5/SLES 10 clients behaves differently on 'cd' to a
         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   : normal
 Bugzilla   : 12652
 Description: Add FMODE_EXEC file flag for SLES10 SP1 kernel.
index b6be832..f88f514 100644 (file)
@@ -657,7 +657,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;