diff options
Diffstat (limited to 'sys/kern/vfs_bio.c')
-rw-r--r-- | sys/kern/vfs_bio.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c index dbfaa9c..4139a81 100644 --- a/sys/kern/vfs_bio.c +++ b/sys/kern/vfs_bio.c @@ -167,12 +167,6 @@ static int bd_request; vm_page_t bogus_page; /* - * Offset for bogus_page. - * XXX bogus_offset should be local to bufinit - */ -static vm_offset_t bogus_offset; - -/* * Synchronization (sleep/wakeup) variable for active buffer space requests. * Set when wait starts, cleared prior to wakeup(). * Used in runningbufwakeup() and waitrunningbufspace(). @@ -486,6 +480,7 @@ void bufinit(void) { struct buf *bp; + vm_offset_t bogus_offset; int i; GIANT_REQUIRED; |