]> Pileus Git - ~andy/linux/blobdiff - net/sunrpc/netns.h
Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linux
[~andy/linux] / net / sunrpc / netns.h
index 3a260e47fad2cd32cdb67ae5fed57a7368a2716a..df58268765351ebd1b4376f7504915cd1b9fff6b 100644 (file)
@@ -14,6 +14,7 @@ struct sunrpc_net {
        struct cache_detail *rsi_cache;
 
        struct super_block *pipefs_sb;
+       struct rpc_pipe *gssd_dummy;
        struct mutex pipefs_sb_lock;
 
        struct list_head all_clients;
@@ -31,8 +32,6 @@ struct sunrpc_net {
        int pipe_version;
        atomic_t pipe_users;
        struct proc_dir_entry *use_gssp_proc;
-
-       unsigned int gssd_running;
 };
 
 extern int sunrpc_net_id;