]> git.ipfire.org Git - thirdparty/linux.git/commit
nfsd4: remove check_conflicting_opens warning
authorJ. Bruce Fields <bfields@redhat.com>
Fri, 25 Sep 2020 14:09:58 +0000 (10:09 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 25 Sep 2020 22:02:02 +0000 (18:02 -0400)
commit50747dd5e47bde3b7d7f839c84d0d3b554090497
tree11b27675c740201b38db2612e795ea7b03047789
parentae3c57b5ca47665dc3416447a5534a9796096d86
nfsd4: remove check_conflicting_opens warning

There are actually rare races where this is possible (e.g. if a new open
intervenes between the read of i_writecount and the fi_fds).

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4state.c