]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/nfs/inode.c
NFS: Fix /proc/fs/nfsfs/servers and /proc/fs/nfsfs/volumes
[karo-tx-linux.git] / fs / nfs / inode.c
index 9927913c97c2eb80909d7e4a06f033046f1bcdc5..a732cbbd4e809e54121b1a80be293a41fa21251f 100644 (file)
@@ -1840,11 +1840,12 @@ EXPORT_SYMBOL_GPL(nfs_net_id);
 static int nfs_net_init(struct net *net)
 {
        nfs_clients_init(net);
-       return 0;
+       return nfs_fs_proc_net_init(net);
 }
 
 static void nfs_net_exit(struct net *net)
 {
+       nfs_fs_proc_net_exit(net);
        nfs_cleanup_cb_ident_idr(net);
 }