Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/fs/tmpfs Backout previous - need coffee first
details: https://anonhg.NetBSD.org/src/rev/3e2dc22ae7e1
branches: trunk
changeset: 344085:3e2dc22ae7e1
user: martin <martin%NetBSD.org@localhost>
date: Sat Mar 12 12:21:37 2016 +0000
description:
Backout previous - need coffee first
diffstat:
sys/fs/tmpfs/tmpfs_vnops.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r c673d163797f -r 3e2dc22ae7e1 sys/fs/tmpfs/tmpfs_vnops.c
--- a/sys/fs/tmpfs/tmpfs_vnops.c Sat Mar 12 11:55:14 2016 +0000
+++ b/sys/fs/tmpfs/tmpfs_vnops.c Sat Mar 12 12:21:37 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tmpfs_vnops.c,v 1.126 2016/03/12 11:45:59 martin Exp $ */
+/* $NetBSD: tmpfs_vnops.c,v 1.127 2016/03/12 12:21:37 martin Exp $ */
/*
* Copyright (c) 2005, 2006, 2007 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tmpfs_vnops.c,v 1.126 2016/03/12 11:45:59 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tmpfs_vnops.c,v 1.127 2016/03/12 12:21:37 martin Exp $");
#include <sys/param.h>
#include <sys/dirent.h>
@@ -567,7 +567,7 @@
const int ioflag = ap->a_ioflag;
tmpfs_node_t *node;
struct uvm_object *uobj;
- off_t oldsize __diagused;
+ off_t oldsize;
int error;
KASSERT(VOP_ISLOCKED(vp));
Home |
Main Index |
Thread Index |
Old Index