This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.git] / kernel / relay.c
index 33345e7..85786ff 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->u.generic_ip;
+       struct rchan_buf *buf = inode->i_private;
        kref_get(&buf->kref);
        filp->private_data = buf;