[PATCH] add __fput for aio
This patch splits fput into fput and __fput. __fput is needed by aio to construct a mechanism for performing a deferred fput during io completion, which typically occurs during interrupt context.
Showing
Please register or sign in to comment