diff --git a/sys/nfs/nfs_lock.c b/sys/nfs/nfs_lock.c index 6ebb7e83ff2d..e535634c1088 100644 --- a/sys/nfs/nfs_lock.c +++ b/sys/nfs/nfs_lock.c @@ -89,8 +89,7 @@ nfslock_open(struct cdev *dev, int oflags, int devtype, struct thread *td) { int error; - printf("WARNING: uses Giant and will be removed before FreeBSD 13\n" - "\tuse the kernel NFSLOCKD/nfslockd.ko\n"); + gone_in(13, "uses Giant; replace with NFSLOCKD/nfslockd.ko"); error = priv_check(td, PRIV_NFS_LOCKD); if (error) return (error);