Whamcloud - gitweb
- move the osc rpc managing thread into the osc and rename it appropriately
authorzab <zab>
Fri, 25 Jul 2003 22:13:12 +0000 (22:13 +0000)
committerzab <zab>
Fri, 25 Jul 2003 22:13:12 +0000 (22:13 +0000)
commit3f41ff62c9e2515946384ee3bbcb9e442c150444
tree4f4738ecdb0f0a20a0e71e722b1c3f7d97e96fab
parentfbe930ffd34da728f287bb5eeab1cc34e8c1a666
- move the osc rpc managing thread into the osc and rename it appropriately
- osc_rpcd's set is internal to the osc instead of passed in
- evolve the temporary 'barrier' api into the proper 'plug/unplug'
- move the 'ocp' management helpers from llite into genops.c
- start and stop osc rpc thread based on the presence of osc imports
- give test_rbw/echo_client the ability to use plug/unplug
- mirror some of the b_filterio test_brw/echo_client changes
- add an osc_internal.h for the osc rpcd
lustre/llite/rw24.c
lustre/osc/osc_internal.h [new file with mode: 0644]
lustre/osc/osc_rpcd.c [new file with mode: 0644]