HomeFreeBSD

nfscl: Delete unneeded redundant MODULE_DEPEND() calls

Description

nfscl: Delete unneeded redundant MODULE_DEPEND() calls

There are two module declarations in the nfscl.ko module for "nfscl"
and "nfs". Both of these declarations had MODULE_DEPEND() calls.
This patch deletes the MODULE_DEPEND() calls for "nfs" to avoid
confusion with respect to what modules this module is dependent upon.

The patch also adds comments explaining why there are two module
declarations within the module.

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D30102

Details

Provenance
rmacklemAuthored on May 11 2021, 12:34 AM
Reviewer
kib
Differential Revision
D30102: remove the definition of the "nfs" module type
Parents
rGc8bbb1272c8b: vfs: Fix error handling in vn_fullpath_hardlink()
Branches
Unknown
Tags
Unknown