Whamcloud - gitweb
the ost was doing commitrw in a callback, which runs in interrupt context
authorpschwan <pschwan>
Sat, 15 Jun 2002 04:46:38 +0000 (04:46 +0000)
committerpschwan <pschwan>
Sat, 15 Jun 2002 04:46:38 +0000 (04:46 +0000)
commit57e5f71aabfe21e23483d200bddb10d1f4956e83
treed50d2b81f55a311670e48b3683c917de692acff6
parentfa4bb75a948eb11fdf46736fe5f71bde230c001f
the ost was doing commitrw in a callback, which runs in interrupt context
in the new elan NAL.  Now we delay the commitrw until all pages have been
received, and hold up the ost handler thread to perform the commitrw there.
lustre/ost/ost_handler.c