Whamcloud - gitweb
- fix for -EEXIST issue for open|create during replay. In fact it is not error,
authortappro <tappro>
Sat, 9 Dec 2006 23:56:37 +0000 (23:56 +0000)
committertappro <tappro>
Sat, 9 Dec 2006 23:56:37 +0000 (23:56 +0000)
commitd58ef2262408767bdce2cd7b5fdf7007d5fe4575
treea16d513a705d7f52f4a6a6c2f1e31ec653bb0b94
parent360c7908539f7443abb890717f4e2666dd2e522d
- fix for -EEXIST issue for open|create during replay. In fact it is not error,
  because file can exists and open replay should finish normally. Rename
  mdt_mfd_open() to mdt_finish_open(). New mdt_mfd_open() contains only  mfd
  handling and used for open_replay.
- add transno value from reqmsg to the debug_req output for debug purposes.
lustre/mdt/mdt_open.c
lustre/ptlrpc/pack_generic.c