From: shadow Date: Tue, 22 Apr 2008 11:42:40 +0000 (+0000) Subject: not swab ost objects for directory because it's not exist. X-Git-Tag: v1_7_0_51~27 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=4604f89aec98f17584935318ecc3e6f6a9bc2304;p=fs%2Flustre-release.git not swab ost objects for directory because it's not exist. b=14856 i=green i=johan --- diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 6daa824..253891c 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -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. diff --git a/lustre/llite/dir.c b/lustre/llite/dir.c index b6be832..f88f514 100644 --- a/lustre/llite/dir.c +++ b/lustre/llite/dir.c @@ -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;