]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a new function called nfsm_uiombuflist(), similar to nfsm_uiombuf().
authorRick Macklem <rmacklem@FreeBSD.org>
Tue, 19 Sep 2017 21:31:36 +0000 (21:31 +0000)
committerRick Macklem <rmacklem@FreeBSD.org>
Tue, 19 Sep 2017 21:31:36 +0000 (21:31 +0000)
commit2742a210913f778d2b0c0da77f4fdf2e8992dfc1
tree5bcf4020d92dd76673284f3e2fa97c4b438c4acd
parentb0932afacc3b7cbdb4f56aa5a622beec7750789c
Add a new function called nfsm_uiombuflist(), similar to nfsm_uiombuf().

This patch adds a new function called nfsm_uiombuflist(), which is
similar to nfsm_uiombuf(), but doesn't not use the fields in
struct nfsrv_descript. This new function will be used by the pNFS client
for writing to mirrors using Flex Files layout.
The function is not yet called anywhere.
Also, get rid of #ifndef APPLE, which is ancient cruft left over from
the Mac OSX port of the NFSv4 client.
sys/fs/nfs/nfs_var.h
sys/fs/nfsclient/nfs_clcomsubs.c