Whamcloud - gitweb
- in llite and liblustre ll_prepare_md_op_data() zeroes out passed @op_data to avoid...
authoryury <yury>
Mon, 7 Aug 2006 17:07:45 +0000 (17:07 +0000)
committeryury <yury>
Mon, 7 Aug 2006 17:07:45 +0000 (17:07 +0000)
commitb1769f43f577a768e056677204ba6ee018a42e54
tree82954d1ee1cf2f3a3b9d3a736e137ffca6e2e7b7
parentd95845c4601b412d454314ccb1fd14f24b329541
- in llite and liblustre ll_prepare_md_op_data() zeroes out passed @op_data to avoid garbage in it in caases caller did not zero it out. All fid allocations saved in op_data->fid2 are done after ll_prepare_md_op_data();

- in lmv replace all on stac allocations of struct md_op_data by memory allocated ones;
- in lmv fixed few memory leaks, cleanups.
12 files changed:
lustre/liblustre/dir.c
lustre/liblustre/file.c
lustre/liblustre/namei.c
lustre/liblustre/super.c
lustre/llite/dcache.c
lustre/llite/dir.c
lustre/llite/file.c
lustre/llite/llite_internal.h
lustre/llite/llite_lib.c
lustre/llite/namei.c
lustre/lmv/lmv_intent.c
lustre/lmv/lmv_obd.c