]> rtime.felk.cvut.cz Git - linux-imx.git/commit
nfs: remove unnecessary check for NULL inode->i_flock from nfs_delegation_claim_locks
authorJeff Layton <jlayton@redhat.com>
Wed, 10 Apr 2013 19:36:48 +0000 (15:36 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 10 Apr 2013 19:40:31 +0000 (15:40 -0400)
commit314d7cc05d10208d6e63b0b1185f02c73a16adfb
tree5301aa541690afe59694e4d4226c778990b9eef8
parent7a8203d8cbab63b7c556ebd00e12685a3ed176b5
nfs: remove unnecessary check for NULL inode->i_flock from nfs_delegation_claim_locks

The second check was added in commit 65b62a29 but it will never be true.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/delegation.c