]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - fs/9p/v9fs.h
fs/9p: When doing inode lookup compare qid details and inode mode bits.
[mv-sheeva.git] / fs / 9p / v9fs.h
index e5ebedfc5ed8d345e366cd1482978a2ff2f2e4ae..5d7392ead24b231b280acd7052cdf6b5dab32a1f 100644 (file)
@@ -125,8 +125,8 @@ struct v9fs_inode {
 #ifdef CONFIG_9P_FSCACHE
        spinlock_t fscache_lock;
        struct fscache_cookie *fscache;
-       struct p9_qid *fscache_key;
 #endif
+       struct p9_qid qid;
        unsigned int cache_validity;
        struct p9_fid *writeback_fid;
        struct mutex v_mutex;