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);
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to