Whamcloud - gitweb
- fix recovery issue with SOM. The setattr/done_writting use mfd on server but
authortappro <tappro>
Mon, 27 Nov 2006 19:46:51 +0000 (19:46 +0000)
committertappro <tappro>
Mon, 27 Nov 2006 19:46:51 +0000 (19:46 +0000)
commit0a6c5eb0f04b2da68cb3bc9c9a0fdb3ad9f79b05
tree851484d9730b45fd4ca6d6ff4a761361b5b97179
parentd506de569df9332235bbb66c1f28d5386f163893
- fix recovery issue with SOM. The setattr/done_writting use mfd on server but
  can't find the correct one during replay because mfd handle is changed.
Current fix add old_handle field in mfd so during replay it is possible to find
it comparing old handle.
lustre/include/lustre/lustre_idl.h
lustre/mdc/mdc_request.c
lustre/mdt/mdt_internal.h
lustre/mdt/mdt_lib.c
lustre/mdt/mdt_open.c
lustre/mdt/mdt_reint.c
lustre/ptlrpc/pack_generic.c