]> git.baikalelectronics.ru Git - kernel.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)
commitd4f3df5547e4409c4747653a955dfed985210d3b
tree11b27675c740201b38db2612e795ea7b03047789
parent5bca40fdf60edc077920de95829c5849c4b4acc9
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