Declare UFS module version.
This commit is contained in:
parent
5b97123d5f
commit
6e5488ffcb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user