]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/swap.h
UBUNTU: [Config] CONFIG_MFD_TI_LMU=m
[mirror_ubuntu-artful-kernel.git] / include / linux / swap.h
index d83d28e53e6231a8d5421d055a1b2b6548d07ea3..a615eda102aeb98f0ae22b87613175a8949fbf6d 100644 (file)
@@ -246,6 +246,10 @@ struct swap_info_struct {
                                         * both locks need hold, hold swap_lock
                                         * first.
                                         */
+       spinlock_t cont_lock;           /*
+                                        * protect swap count continuation page
+                                        * list.
+                                        */
        struct work_struct discard_work; /* discard worker */
        struct swap_cluster_list discard_clusters; /* discard clusters list */
 };