mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04: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
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue