Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Feb 2013 09:10:02 +0000 (UTC)
From:      Sergey Kandaurov <pluknet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r246823 - head/sbin/fsdb
Message-ID:  <201302150910.r1F9A2pj081208@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pluknet
Date: Fri Feb 15 09:10:01 2013
New Revision: 246823
URL: http://svnweb.freebsd.org/changeset/base/246823

Log:
  Remove write only assignments and thus fix the build after struct bufarea
  TAILQ conversion (r246812).

Modified:
  head/sbin/fsdb/fsdbutil.c

Modified: head/sbin/fsdb/fsdbutil.c
==============================================================================
--- head/sbin/fsdb/fsdbutil.c	Fri Feb 15 09:03:56 2013	(r246822)
+++ head/sbin/fsdb/fsdbutil.c	Fri Feb 15 09:10:01 2013	(r246823)
@@ -239,7 +239,6 @@ printindir(ufs2_daddr_t blk, int level, 
 	/* for the final indirect level, don't use the cache */
 	bp = &buf;
 	bp->b_un.b_buf = bufp;
-	bp->b_prev = bp->b_next = bp;
 	initbarea(bp);
 
 	getblk(bp, blk, sblock.fs_bsize);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302150910.r1F9A2pj081208>