Fix the softdep_request_cleanup() function definition for !SOFTUPDATES case.

Submitted by:	Aleksandr Rybalko <ray dlink ua>
This commit is contained in:
Konstantin Belousov 2011-03-28 12:39:48 +00:00
parent 4f545a2c3d
commit 861ed1162b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=220099

View File

@ -514,9 +514,10 @@ softdep_releasefile(ip)
}
int
softdep_request_cleanup(fs, vp)
softdep_request_cleanup(fs, vp, resource)
struct fs *fs;
struct vnode *vp;
int resource;
{
return (0);