Skip to content
Snippets Groups Projects
Commit 4604f89a authored by Alexey Lyashkov's avatar Alexey Lyashkov
Browse files

not swab ost objects for directory because it's not exist.

b=14856
i=green
i=johan
parent 08dd84d5
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,12 @@ tbd Sun Microsystems, Inc. ...@@ -13,6 +13,12 @@ tbd Sun Microsystems, Inc.
* RHEL 4 and RHEL 5/SLES 10 clients behaves differently on 'cd' to a * RHEL 4 and RHEL 5/SLES 10 clients behaves differently on 'cd' to a
removed cwd "./" (refer to Bugzilla 14399). 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 Severity : normal
Bugzilla : 12652 Bugzilla : 12652
Description: Add FMODE_EXEC file flag for SLES10 SP1 kernel. Description: Add FMODE_EXEC file flag for SLES10 SP1 kernel.
......
...@@ -657,7 +657,6 @@ int ll_dir_getstripe(struct inode *inode, struct lov_mds_md **lmmp, ...@@ -657,7 +657,6 @@ int ll_dir_getstripe(struct inode *inode, struct lov_mds_md **lmmp,
*/ */
if (lmm->lmm_magic == __swab32(LOV_MAGIC)) { if (lmm->lmm_magic == __swab32(LOV_MAGIC)) {
lustre_swab_lov_user_md((struct lov_user_md *)lmm); lustre_swab_lov_user_md((struct lov_user_md *)lmm);
lustre_swab_lov_user_md_objects((struct lov_user_md *)lmm);
} }
out: out:
*lmmp = lmm; *lmmp = lmm;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment