mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-19 15:33:56 +00:00
Remove write only assignments and thus fix the build after struct bufarea
TAILQ conversion (r246812).
This commit is contained in:
parent
e2a55a0021
commit
fa358104b1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=246823
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user