Whamcloud - gitweb
* Added a generic facility for callback to be called any time
authoreeb <eeb>
Wed, 26 Nov 2003 18:40:20 +0000 (18:40 +0000)
committereeb <eeb>
Wed, 26 Nov 2003 18:40:20 +0000 (18:40 +0000)
commitdabc888fe88c68b63edc52af0980c7034d005f2e
tree466de92b652e979a855a5541c109c156f343bfc1
parentbbf7ebc0520fbde93f43f5b696a03c6211e81227
*   Added a generic facility for callback to be called any time
    l_wait_event() happens, to take the place of daemons in the kernel
    implementation

*   Changed liblustre_services() to use the new callback.

*   Backed out the liblustre OSC rpcd changes, and converted that to use
    the new callback too.

*   Disabled mmap in alloc_pages() FTTB (it seems to screw up under linux;
    dunno exactly why right now).

*   Left some hacking utensils behind in tcpnal_send() FTTB, just to make
    it easy to see what's getting sent.

*   Added some error checking in tcpnal_send(); it will abort if something
    screws up.
lnet/ulnds/socklnd/tcplnd.c
lnet/ulnds/tcplnd.c
lustre/portals/unals/tcpnal.c