Whamcloud - gitweb
b=18364
authorzhanghc <zhanghc>
Thu, 2 Apr 2009 16:57:36 +0000 (16:57 +0000)
committerzhanghc <zhanghc>
Thu, 2 Apr 2009 16:57:36 +0000 (16:57 +0000)
commite17cb17094bd72a17ad7b906489aca99d8a0b806
treef69aad3a9447e353d1b115d63719ba5c700b13dc
parente76824ef85947c10cba883fdae576b4182840518
b=18364

1, fix a problem in osc_brw_async, which use the same
   obdo when there is too much data to be written into
   OST and trigger a LASSERT(!(oa->o_valid & bits))
   in function "osc_announce_cached"

2, initialize the local variable "obdo" (struct obdo)
   in different functions, for it may cause some
   strange problems in system

i=adilger@sun.com
i=johann@sun.com
15 files changed:
lustre/include/lprocfs_status.h
lustre/include/lustre/lustre_idl.h
lustre/include/lustre_export.h
lustre/include/lustre_quota.h
lustre/liblustre/file.c
lustre/liblustre/super.c
lustre/llite/llite_close.c
lustre/llite/rw.c
lustre/llite/rw26.c
lustre/mdc/mdc_lib.c
lustre/mds/mds_lov.c
lustre/mgs/mgs_llog.c
lustre/obdecho/echo_client.c
lustre/obdfilter/filter.c
lustre/osc/osc_request.c