Add a dependency on procfs.
This commit is contained in:
parent
3d5000784d
commit
8b5a844af9
@ -178,3 +178,4 @@ static struct vfsops linprocfs_vfsops = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
VFS_SET(linprocfs_vfsops, linprocfs, VFCF_SYNTHETIC);
|
VFS_SET(linprocfs_vfsops, linprocfs, VFCF_SYNTHETIC);
|
||||||
|
MODULE_DEPEND(linprocfs, procfs, 1, 1, 1);
|
||||||
|
@ -178,3 +178,4 @@ static struct vfsops linprocfs_vfsops = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
VFS_SET(linprocfs_vfsops, linprocfs, VFCF_SYNTHETIC);
|
VFS_SET(linprocfs_vfsops, linprocfs, VFCF_SYNTHETIC);
|
||||||
|
MODULE_DEPEND(linprocfs, procfs, 1, 1, 1);
|
||||||
|
Loading…
Reference in New Issue
Block a user