6.99.49: new discard dev ops and new fallocate/fdiscard vops

This commit is contained in:
dholland 2014-07-25 08:35:40 +00:00
parent 05b5221746
commit 840ad2d9f8
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.458 2014/07/24 15:12:03 rtr Exp $ */
/* $NetBSD: param.h,v 1.459 2014/07/25 08:35:40 dholland Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
#define __NetBSD_Version__ 699004800 /* NetBSD 6.99.48 */
#define __NetBSD_Version__ 699004900 /* NetBSD 6.99.49 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)