artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
290f43b
)
Change BLKDEV_IOSIZE to PAGE_SIZE
author
deraadt
<deraadt@openbsd.org>
Fri, 2 May 2014 19:03:06 +0000
(19:03 +0000)
committer
deraadt
<deraadt@openbsd.org>
Fri, 2 May 2014 19:03:06 +0000
(19:03 +0000)
ok beck miod
sys/sys/param.h
patch
|
blob
|
history
diff --git
a/sys/sys/param.h
b/sys/sys/param.h
index
79fd7e7
..
2c21e4a
100644
(file)
--- a/
sys/sys/param.h
+++ b/
sys/sys/param.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: param.h,v 1.10
5 2014/01/12 11:26:09
deraadt Exp $ */
+/* $OpenBSD: param.h,v 1.10
6 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 */