Add a missing argument to the stub for softdep_setup_freeblocks.

Forgotten by:	mckusick
This commit is contained in:
Benno Rice 2002-07-20 04:07:15 +00:00
parent a4e7b0c88f
commit 683eac8dbb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100393

View File

@ -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");