Remove write only assignments and thus fix the build after struct bufarea

TAILQ conversion (r246812).
This commit is contained in:
Sergey Kandaurov 2013-02-15 09:10:01 +00:00
parent e2a55a0021
commit fa358104b1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=246823

View file

@ -239,7 +239,6 @@ printindir(ufs2_daddr_t blk, int level, char *bufp)
/* 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);