Whamcloud - gitweb
* Updated ptlrpc_abort_reply() to not simply LBUG(). The current
authoreeb <eeb>
Wed, 7 May 2003 17:03:16 +0000 (17:03 +0000)
committereeb <eeb>
Wed, 7 May 2003 17:03:16 +0000 (17:03 +0000)
commit8f9a219e6a0a1b8884429b75a92213383ef88be6
treeaa9c777ffe466e2f0acf7cb0247b11f91f7003d1
parent94eea6785133a39276c9873be9354985370adafb
*   Updated ptlrpc_abort_reply() to not simply LBUG().  The current
    implementation has to poll for the SENT event at 1 second intervals, since
    the SENT callback cannot touch any state in the request.

*   Blindly wrapped all request flag updates in an IRQ spinlock (or just a
    spinlock if already at IRQ priority).  My head hurt too much trying to
    determine whether it was safe to update unlocked, and we know this is
    safe.  Maybe we should split out "owner" and "notifier" flag usage to
    separate words.
lustre/liblustre/file.c