svn commit: r246823 - head/sbin/fsdb

Sergey Kandaurov pluknet at FreeBSD.org
Fri Feb 15 09:10:02 UTC 2013


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);


More information about the svn-src-all mailing list