Re: [PATCH] net: nfs: Only link in NFS code outside of SPL builds

2019-12-08 Thread Joe Hershberger
On Thu, Dec 5, 2019 at 6:36 PM Tom Rini wrote: > > 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. > > Cc: Joe Hershberger > Signed-off

[PATCH] net: nfs: Only link in NFS code outside of SPL builds

2019-12-05 Thread Tom Rini
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. Cc: Joe Hershberger Signed-off-by: Tom Rini --- net/net.c | 4 ++-- 1 file changed, 2 ins