Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / kernel / relay.c
index 85786ff..33345e7 100644 (file)
@@ -669,7 +669,7 @@ EXPORT_SYMBOL_GPL(relay_flush);
  */
 static int relay_file_open(struct inode *inode, struct file *filp)
 {
-       struct rchan_buf *buf = inode->i_private;
+       struct rchan_buf *buf = inode->u.generic_ip;
        kref_get(&buf->kref);
        filp->private_data = buf;