Whamcloud - gitweb
Don't copy lvb into reply message on error, since that message might not have
authoradilger <adilger>
Wed, 24 Mar 2004 02:50:22 +0000 (02:50 +0000)
committeradilger <adilger>
Wed, 24 Mar 2004 02:50:22 +0000 (02:50 +0000)
commitc7e34b11887dc6bdf9b294925462469519ddf1a1
tree29caf682754bc63f7141b25af892741fbf4f2e9d
parent74ad04619093e23bfbef003bcb90e214fc4223c0
Don't copy lvb into reply message on error, since that message might not have
allocated enough space for the lvb and the client will ignore it anyways.
Also fixes a NULL request deref in mds_mfd_close() when cleaning up opens
on the MDS.  The initial sanity test (66b) triggered a new bug 2986, but
another test with multiop tests this properly.
b=2983
lustre/ChangeLog
lustre/ldlm/ldlm_lock.c
lustre/ldlm/ldlm_lockd.c
lustre/mds/mds_open.c
lustre/ptlrpc/import.c
lustre/tests/sanity.sh
lustre/tests/sanityN.sh