commit | 5725630c7bf3a7f5696f42ee501ca9bc08a261e4 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Dec 05 19:35:07 2019 -0500 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Mon Dec 09 09:47:41 2019 -0600 |
tree | af2b40a383934653ef465f8e87cf020b84e4d1a9 | |
parent | 1606dd1e4d283708995f4ad1baa22c095216e5ec [diff] |
net: nfs: Only link in NFS code outside of SPL builds While we have networking use cases within SPL we do not support loading files via NFS at this point in time. Disable calling nfs_start() so that the NFS related code can be garbage collected at link time. Signed-off-by: Tom Rini <trini@konsulko.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>