I have started rewriting the ioctl#21 patch using a less hacky
architecture, including defining a new kind of structure that
explicitly organizes information common to delayed/deferred systems,
(the list of work pieces, and an atomic for counting active worker
threads) and replacing the lists of work pieces, in ioctl#21-tracked
deferred systems, with this structure instead.

I started march 25, but haven't had time to work on this since then
and would like to hand it off.

I have the structure as described above in place, and some macros for
use within the ioctl body written; the next thing is to try compiling
and replace all references to the replaced list heads with the new
syntax.

Any takers?


David Nicol
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to