]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC: r318287
authorrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 22 May 2017 22:10:02 +0000 (22:10 +0000)
committerrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 22 May 2017 22:10:02 +0000 (22:10 +0000)
commit3067322dacf21a5a234c8b6454da3d41f143b29d
treeef7c712b61be54a1d4975463a3c60649e5696b7c
parent774bed8982886eca0f633c312e383b01c69beb3f
MFC: r318287
Make nfscl_mtofh() return ENXIO when *nfhpp == NULL.

r317272 introduced a case where nfscl_mtofh() could return 0 when
*nfhpp is NULL. This patch makes it return ENXIO for this case.

git-svn-id: svn://svn.freebsd.org/base/stable/10@318685 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/fs/nfsclient/nfs_clcomsubs.c