mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-05 12:19:30 +00:00
Remove a stale comment concerning spl* usage.
This commit is contained in:
parent
503c2ea34d
commit
d2d9c9aca7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146363
@ -552,8 +552,6 @@ vnode_pager_input_smlfs(object, m)
|
||||
bp->b_iooffset = dbtob(bp->b_blkno);
|
||||
bstrategy(bp);
|
||||
|
||||
/* we definitely need to be at splvm here */
|
||||
|
||||
bwait(bp, PVM, "vnsrd");
|
||||
|
||||
if ((bp->b_ioflags & BIO_ERROR) != 0)
|
||||
|
Loading…
Reference in New Issue
Block a user