]> git.baikalelectronics.ru Git - kernel.git/commit
nfsd: remove unneeded break
authorTom Rix <trix@redhat.com>
Sun, 11 Oct 2020 15:51:55 +0000 (08:51 -0700)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 16 Oct 2020 19:15:04 +0000 (15:15 -0400)
commit77bc61f89639c4331d3e557dfdb3ae6670370c5b
tree15979abcb91a6b13e489bc6937128464a051ab55
parent1ffe1a65572561feed2497592a013014d894a2e6
nfsd: remove unneeded break

Because every path through nfs4_find_file()'s
switch does an explicit return, the break is not needed.

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