]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC: r316829
authorrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 29 Apr 2017 01:04:39 +0000 (01:04 +0000)
committerrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 29 Apr 2017 01:04:39 +0000 (01:04 +0000)
commit51eb01ff7c51eee0770dc837b1f408e8a95d1729
tree14a3dde9c9bea662a08a566bae82a1364a5cb60d
parentaac850c91dda7c140a17182fe5f28095d0f767b6
MFC: r316829
Remove unused "cred" argument to ncl_flush().

The "cred" argument of ncl_flush() is unused and it was confusing to have
the code passing in NULL for this argument in some cases. This patch deletes
this argument.
There is no semantic change because of this patch.

git-svn-id: svn://svn.freebsd.org/base/stable/10@317579 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/fs/nfs/nfs_var.h
sys/fs/nfsclient/nfs_clnode.c
sys/fs/nfsclient/nfs_clstate.c
sys/fs/nfsclient/nfs_clvnops.c