afs: Fix afs_server_list to be cleaned up with RCU
[platform/kernel/linux-rpi.git] / fs / afs / internal.h
index da73b97..5041eae 100644 (file)
@@ -553,6 +553,7 @@ struct afs_server_entry {
 };
 
 struct afs_server_list {
+       struct rcu_head         rcu;
        afs_volid_t             vids[AFS_MAXTYPES]; /* Volume IDs */
        refcount_t              usage;
        unsigned char           nr_servers;