Module Name:    src
Committed By:   pooka
Date:           Tue Mar  2 14:22:44 UTC 2010

Modified Files:
        src/sys/kern: vfs_bio.c

Log Message:
fs_ffs.h is no longer required (since the death of bufops / softdep)


To generate a diff of this commit:
cvs rdiff -u -r1.222 -r1.223 src/sys/kern/vfs_bio.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/kern/vfs_bio.c
diff -u src/sys/kern/vfs_bio.c:1.222 src/sys/kern/vfs_bio.c:1.223
--- src/sys/kern/vfs_bio.c:1.222	Tue Nov 17 14:38:31 2009
+++ src/sys/kern/vfs_bio.c	Tue Mar  2 14:22:44 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: vfs_bio.c,v 1.222 2009/11/17 14:38:31 pooka Exp $	*/
+/*	$NetBSD: vfs_bio.c,v 1.223 2010/03/02 14:22:44 pooka Exp $	*/
 
 /*-
  * Copyright (c) 2007, 2008, 2009 The NetBSD Foundation, Inc.
@@ -123,9 +123,8 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vfs_bio.c,v 1.222 2009/11/17 14:38:31 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vfs_bio.c,v 1.223 2010/03/02 14:22:44 pooka Exp $");
 
-#include "fs_ffs.h"
 #include "opt_bufcache.h"
 
 #include <sys/param.h>

Reply via email to