5/13

mm/swap: change the swapon lock into a percpu rwsem

将 swapon_lock 从 spinlock 改为 percpu rwsem,使读者可并发执行,减少 swapon/swapoff 罕见操作对热路径的影响。