• Stephen Rothwell's avatar
    [PATCH] fcntl_[sg]etlk() only need the file * · 167cd4df
    Stephen Rothwell authored
    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.
    167cd4df
fcntl.c 12.5 KB