Merge branch 'stable-3.2' into pandora-3.2
[pandora-kernel.git] / fs / 9p / vfs_inode_dotl.c
index 781e56e..da24b85 100644 (file)
@@ -105,6 +105,9 @@ static int v9fs_test_inode_dotl(struct inode *inode, void *data)
 
        if (v9inode->qid.type != st->qid.type)
                return 0;
+
+       if (v9inode->qid.path != st->qid.path)
+               return 0;
        return 1;
 }