login
Header Space

 
 

Mailing list archives

Search results

Found 2 matching messages (0.148 seconds). Page 1 of 1.

Re: [PATCH] rpc: Push down the ioctl BKL into the RPC code

... that there's no point keeping the BKL anywhere there. As a matter of ... = rpc_pipe_read, > .write = rpc_pipe_write, > .poll = rpc_pipe_poll, > - .ioctl = rpc_pipe_ioctl, > + .unlocked_ioctl = rpc_pipe_ioctl, > .open = rpc_pipe_open, > ...

linux-kernel - J. Bruce Fields - Jun 2 2008 - 12:15

[PATCH] rpc: Push down the ioctl BKL into the RPC code

... two bits I couldn't figure out if the BKL could be dropped for Signed-off-by ... .read = rpc_pipe_read, .write = rpc_pipe_write, .poll = rpc_pipe_poll, - .ioctl = rpc_pipe_ioctl, + .unlocked_ioctl = rpc_pipe_ioctl, .open = rpc_pipe_open, . ...

linux-kernel - Alan Cox - May 22 2008 - 17:27

speck-geostationary