Whamcloud - gitweb
- store the FID for an open file in the request, so that replay can open by
authorshaver <shaver>
Mon, 24 Feb 2003 21:48:20 +0000 (21:48 +0000)
committershaver <shaver>
Mon, 24 Feb 2003 21:48:20 +0000 (21:48 +0000)
commit2a2f5632d4c1187f038936e1f725c3030d1ad792
treed52120cee55b83c598c2c9bf29096daa344d747f
parent3064bf03eb10aae97adea4b43d6b3308dc77cf46
- store the FID for an open file in the request, so that replay can open by
  FID, in case the file has been deleted, etc.

- reconstruct replies for close (untested), link (tested), unlink (tested, but
  will leak OST objects until open-unlink works).

- quickie test program for link(2)
lustre/tests/mlink.c [new file with mode: 0755]