Declare UFS module version.

This commit is contained in:
pjd 2006-07-09 14:11:09 +00:00
parent 5b97123d5f
commit 6e5488ffcb

View File

@ -105,6 +105,7 @@ static struct vfsops ufs_vfsops = {
};
VFS_SET(ufs_vfsops, ufs, 0);
MODULE_VERSION(ufs, 1);
static b_strategy_t ffs_geom_strategy;
static b_write_t ffs_bufwrite;