svn commit: r356210 - head/sys/nfs

Conrad Meyer cem at freebsd.org
Tue Dec 31 02:38:00 UTC 2019


Hi Rick,

One suggestion:

On Mon, Dec 30, 2019 at 2:39 PM Rick Macklem <rmacklem at freebsd.org> wrote:
>
> Author: rmacklem
> Date: Mon Dec 30 22:39:29 2019
> New Revision: 356210
> ...
> --- head/sys/nfs/nfs_lock.c     Mon Dec 30 22:05:57 2019        (r356209)
> +++ head/sys/nfs/nfs_lock.c     Mon Dec 30 22:39:29 2019        (r356210)
> @@ -89,6 +89,8 @@ nfslock_open(struct cdev *dev, int oflags, int devtype
>  {
>         int error;
>
> +       printf("WARNING: uses Giant and will be removed before FreeBSD 13\n"
> +           "\tuse the kernel NFSLOCKD/nfslockd.ko\n");

This could be 'gone_in(13, "uses Giant; replace with NFSLOCKD/nfslockd.ko");'

Best,
Conrad


More information about the svn-src-head mailing list