Whamcloud - gitweb
b=18364
authorzhanghc <zhanghc>
Fri, 3 Apr 2009 09:21:04 +0000 (09:21 +0000)
committerzhanghc <zhanghc>
Fri, 3 Apr 2009 09:21:04 +0000 (09:21 +0000)
commit0d935256085e79a7ad8448cdb5eb7f68ad33c3ea
tree2fa733c4c05e83b2cd99921a34e4cb906997255a
parentfa9602ed8ab00fc978dd2e5ca1672f329143fc87
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 problem in system

i=adilger@sun.com
i=johann@sun.com
14 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/obdecho/echo_client.c
lustre/obdfilter/filter.c
lustre/osc/osc_request.c