]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Simplify nfsrpc_layoutreturn() args.
authorrmacklem <rmacklem@FreeBSD.org>
Tue, 19 Sep 2017 20:45:25 +0000 (20:45 +0000)
committerrmacklem <rmacklem@FreeBSD.org>
Tue, 19 Sep 2017 20:45:25 +0000 (20:45 +0000)
commit1ffac5aafb52355190f786a870dd51ba46d5b8be
treec652909bafeb8ecefc33e6b2fb43bae7ce07aeb4
parentb35131985ba34d195fcd9e25a16a979fff5c628d
Simplify nfsrpc_layoutreturn() args.

Simplify nfsrpc_layoutreturn() args. in preparation for the addition
of Flex File layout support, since File layout uses a 0 length field.
Flex Files does use a longer field, but that will be added in a
subsequent commit.
sys/fs/nfs/nfs_var.h
sys/fs/nfsclient/nfs_clrpcops.c
sys/fs/nfsclient/nfs_clstate.c