[PATCH] block_llseek(): remove lock_kernel()
Replace it with the blockdev inode's i_sem. And we only really need that for atomic access to file->f_pos.
Showing
Please register or sign in to comment
Replace it with the blockdev inode's i_sem. And we only really need that for atomic access to file->f_pos.