Whamcloud - gitweb
- If the first user command isn't ENQUEUE, postsetup would be run too
authorphil <phil>
Mon, 8 Sep 2003 23:02:25 +0000 (23:02 +0000)
committerphil <phil>
Mon, 8 Sep 2003 23:02:25 +0000 (23:02 +0000)
commit7da6784dd7e206d933821905ab9a9b3a97da2d5b
treeaa204ef387a757b0506acb6cc5aa67aef9013ab4
parentf0b50965ead6115c58a830267b862a67c56129f4
- If the first user command isn't ENQUEUE, postsetup would be run too
  late, which causes the 'sanity' 1a hang that coop sees.  Fixed by
  running postsetup if any of the non-setup RPCs arrives.
- Remove overwriting of lgh_last_idx in llog_init_handle
- init the handle from the test code (not quite right yet)
- #if 0 out the filter catalog functions until they build
lustre/obdclass/llog_test.c