X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;ds=sidebyside;f=lustre%2Fobdclass%2Fllog_swab.c;h=150921a39352d3d2e70f547beb7542b586bff1d5;hb=c394068ee148595711c661651368b91373bcc78a;hp=e5af8a7af407a9889ac9e7be3cba9670052e354a;hpb=da12d3ba35bbb86c8e5860a5ed161a55f01b69d5;p=fs%2Flustre-release.git diff --git a/lustre/obdclass/llog_swab.c b/lustre/obdclass/llog_swab.c index e5af8a7..150921a 100644 --- a/lustre/obdclass/llog_swab.c +++ b/lustre/obdclass/llog_swab.c @@ -234,6 +234,7 @@ void lustre_swab_llog_rec(struct llog_rec_hdr *rec) __swab32s(&lsr->lsr_uid_h); __swab32s(&lsr->lsr_gid); __swab32s(&lsr->lsr_gid_h); + __swab64s(&lsr->lsr_valid); tail = &lsr->lsr_tail; break; }