[PATCH] fcntl_[sg]etlk() only need the file *
Another simple part of a Matthew Wilcox patch. We do not need to pass the file descriptor to the fcntl_[sg]etlk functions, only the struct file * which we have already got from the file descriptor and verified.
Showing
Please register or sign in to comment