summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-05-02 19:03:07 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-05-02 19:03:07 +0000
commit7ee1a89be2ed29a31f70839bc071b4d28dbda48a (patch)
tree8f1829616443822ea89e5b35cdc0e79b4233030b
parent89f3e1a1f96fb26e469dadac4aecc8d46102df48 (diff)
Change BLKDEV_IOSIZE to PAGE_SIZE
ok beck miod
-rw-r--r--sys/sys/param.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 79fd7e70d3e..2c21e4a634a 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.105 2014/01/12 11:26:09 deraadt Exp $ */
+/* $OpenBSD: param.h,v 1.106 2014/05/02 19:03:06 deraadt Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -161,7 +161,7 @@
#define DEV_BSIZE (1 << _DEV_BSHIFT)
#ifdef _KERNEL
#define DEV_BSHIFT _DEV_BSHIFT
-#define BLKDEV_IOSIZE 2048
+#define BLKDEV_IOSIZE PAGE_SIZE
#endif /* _KERNEL */
/* pages to disk blocks */