Add a module version (so that linprocfs can properly depend on procfs)
This commit is contained in:
parent
eba4802243
commit
668891c57b
@ -177,3 +177,4 @@ static struct vfsops procfs_vfsops = {
|
||||
};
|
||||
|
||||
VFS_SET(procfs_vfsops, procfs, VFCF_SYNTHETIC);
|
||||
MODULE_VERSION(procfs, 1);
|
||||
|
@ -177,3 +177,4 @@ static struct vfsops procfs_vfsops = {
|
||||
};
|
||||
|
||||
VFS_SET(procfs_vfsops, procfs, VFCF_SYNTHETIC);
|
||||
MODULE_VERSION(procfs, 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user