On Tue, 2021-04-13 at 09:58 +0800, Tian Tao wrote: > Function parameter 'cmd' is rewritten with unused value at locks.c > > Signed-off-by: Tian Tao <tiantao6@xxxxxxxxxxxxx> > --- > fs/locks.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/fs/locks.c b/fs/locks.c > index 53cf033..5c42363 100644 > --- a/fs/locks.c > +++ b/fs/locks.c > @@ -2369,7 +2369,6 @@ int fcntl_getlk(struct file *filp, unsigned int cmd, struct flock *flock) > if (flock->l_pid != 0) > goto out; > > - cmd = F_GETLK; > fl->fl_flags |= FL_OFDLCK; > fl->fl_owner = filp; > } Thanks, merged into the locks-next branch and should make v5.13. Cheers, -- Jeff Layton <jlayton@xxxxxxxxxx>