svn commit: r248633 - stable/9/sbin/fsdb

Sergey Kandaurov pluknet at FreeBSD.org
Sat Mar 23 03:28:20 UTC 2013


Author: pluknet
Date: Sat Mar 23 03:28:20 2013
New Revision: 248633
URL: http://svnweb.freebsd.org/changeset/base/248633

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

Modified:
  stable/9/sbin/fsdb/fsdbutil.c
Directory Properties:
  stable/9/sbin/fsdb/   (props changed)

Modified: stable/9/sbin/fsdb/fsdbutil.c
==============================================================================
--- stable/9/sbin/fsdb/fsdbutil.c	Sat Mar 23 01:25:11 2013	(r248632)
+++ stable/9/sbin/fsdb/fsdbutil.c	Sat Mar 23 03:28:20 2013	(r248633)
@@ -241,7 +241,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