s390/numa: move numa_init_late() from device to arch_initcall
[cascardo/linux.git] / fs / 9p / v9fs.h
index 0923f2c..6877050 100644 (file)
@@ -123,7 +123,7 @@ struct v9fs_session_info {
 
 struct v9fs_inode {
 #ifdef CONFIG_9P_FSCACHE
-       spinlock_t fscache_lock;
+       struct mutex fscache_lock;
        struct fscache_cookie *fscache;
 #endif
        struct p9_qid qid;