Add a missing argument to the stub for softdep_setup_freeblocks.
Forgotten by: mckusick
This commit is contained in:
parent
a4e7b0c88f
commit
683eac8dbb
@ -164,9 +164,10 @@ softdep_setup_allocindir_meta(nbp, ip, bp, ptrno, newblkno)
|
||||
}
|
||||
|
||||
void
|
||||
softdep_setup_freeblocks(ip, length)
|
||||
softdep_setup_freeblocks(ip, length, flags)
|
||||
struct inode *ip;
|
||||
off_t length;
|
||||
int flags;
|
||||
{
|
||||
|
||||
panic("softdep_setup_freeblocks called");
|
||||
|
Loading…
Reference in New Issue
Block a user