]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r301871:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 8 Jul 2016 20:50:44 +0000 (20:50 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 8 Jul 2016 20:50:44 +0000 (20:50 +0000)
commit689f83c84734fd2dc7455cdadc9d482cca0f5960
tree8b9b1dc58ad68b04679cee97c7150a21182a5017
parent690b22011d3ce0f3f191a7e9842e81f87f641057
MFC r301871:

Add missing break in lock_partialfilelock(..) with NFS_RESERR

This will help ensure that the right error is trickled up when the
function is called if the lock status is NFS_RESERR

Tested with: fsx; svn info/svnversion (uses bdb locking); locktests from Bull http://nfsv4.bullopensource.org/tools/tests/locktest.php
CID: 10081611304956

git-svn-id: svn://svn.freebsd.org/base/stable/10@302455 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.sbin/rpc.lockd/lockd_lock.c