Fix typo. Function is called ffs_blkfree.
This commit is contained in:
parent
98e0196aef
commit
4e4ff01629
@ -5488,7 +5488,7 @@ cancel_allocdirect(adphead, adp, freeblks, delay)
|
||||
newblk = (struct newblk *)adp;
|
||||
/*
|
||||
* If the journal hasn't been written the jnewblk must be passed
|
||||
* to the call to ffs_freeblk that reclaims the space. We accomplish
|
||||
* to the call to ffs_blkfree that reclaims the space. We accomplish
|
||||
* this by linking the journal dependency into the freework to be
|
||||
* freed when freework_freeblock() is called. If the journal has
|
||||
* been written we can simply reclaim the journal space when the
|
||||
@ -6273,7 +6273,7 @@ cancel_allocindir(aip, inodedep, freeblks)
|
||||
|
||||
/*
|
||||
* If the journal hasn't been written the jnewblk must be passed
|
||||
* to the call to ffs_freeblk that reclaims the space. We accomplish
|
||||
* to the call to ffs_blkfree that reclaims the space. We accomplish
|
||||
* this by linking the journal dependency into the indirdep to be
|
||||
* freed when indir_trunc() is called. If the journal has already
|
||||
* been written we can simply reclaim the journal space when the
|
||||
|
Loading…
Reference in New Issue
Block a user