Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/ufs/lfs LFS module does not depend on FFS anymore. (NAKA...
details: https://anonhg.NetBSD.org/src/rev/d2c161a643a2
branches: trunk
changeset: 787430:d2c161a643a2
user: christos <christos%NetBSD.org@localhost>
date: Mon Jun 17 15:46:04 2013 +0000
description:
LFS module does not depend on FFS anymore. (NAKAJIMA Yoshihiro)
diffstat:
sys/ufs/lfs/lfs_vfsops.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 426e153256df -r d2c161a643a2 sys/ufs/lfs/lfs_vfsops.c
--- a/sys/ufs/lfs/lfs_vfsops.c Mon Jun 17 12:35:02 2013 +0000
+++ b/sys/ufs/lfs/lfs_vfsops.c Mon Jun 17 15:46:04 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lfs_vfsops.c,v 1.305 2013/06/10 09:25:05 hannken Exp $ */
+/* $NetBSD: lfs_vfsops.c,v 1.306 2013/06/17 15:46:04 christos Exp $ */
/*-
* Copyright (c) 1999, 2000, 2001, 2002, 2003, 2007, 2007
@@ -61,7 +61,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: lfs_vfsops.c,v 1.305 2013/06/10 09:25:05 hannken Exp $");
+__KERNEL_RCSID(0, "$NetBSD: lfs_vfsops.c,v 1.306 2013/06/17 15:46:04 christos Exp $");
#if defined(_KERNEL_OPT)
#include "opt_lfs.h"
@@ -114,7 +114,7 @@
#include <miscfs/genfs/genfs.h>
#include <miscfs/genfs/genfs_node.h>
-MODULE(MODULE_CLASS_VFS, lfs, "ffs");
+MODULE(MODULE_CLASS_VFS, lfs, NULL);
static int lfs_gop_write(struct vnode *, struct vm_page **, int, int);
static bool lfs_issequential_hole(const struct ulfsmount *,
Home |
Main Index |
Thread Index |
Old Index