Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern fs_ffs.h is no longer required (since the death of ...
details: https://anonhg.NetBSD.org/src/rev/420eba0724bc
branches: trunk
changeset: 752615:420eba0724bc
user: pooka <pooka%NetBSD.org@localhost>
date: Tue Mar 02 14:22:44 2010 +0000
description:
fs_ffs.h is no longer required (since the death of bufops / softdep)
diffstat:
sys/kern/vfs_bio.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r ef0330d3fb10 -r 420eba0724bc sys/kern/vfs_bio.c
--- a/sys/kern/vfs_bio.c Tue Mar 02 14:11:11 2010 +0000
+++ b/sys/kern/vfs_bio.c Tue Mar 02 14:22:44 2010 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index