From e9843116dea7db3f2ba5c59440a6925f2d713680 Mon Sep 17 00:00:00 2001 From: christos Date: Thu, 18 Aug 2016 08:04:28 +0000 Subject: [PATCH] PR/51422: Jose Luis Rodriguez Garcia: Remove unnecessary assignment. --- sbin/fsck_lfs/bufcache.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sbin/fsck_lfs/bufcache.c b/sbin/fsck_lfs/bufcache.c index adc589020579..85a7194b5595 100644 --- a/sbin/fsck_lfs/bufcache.c +++ b/sbin/fsck_lfs/bufcache.c @@ -1,4 +1,4 @@ -/* $NetBSD: bufcache.c,v 1.16 2016/07/31 18:27:26 dholland Exp $ */ +/* $NetBSD: bufcache.c,v 1.17 2016/08/18 08:04:28 christos Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. * All rights reserved. @@ -155,7 +155,6 @@ bufstats(void) void buf_destroy(struct ubuf * bp) { - bp->b_flags |= B_NEEDCOMMIT; LIST_REMOVE(bp, b_vnbufs); LIST_REMOVE(bp, b_hash); if (!(bp->b_flags & B_DONTFREE))