]> err.no Git - linux-2.6/blobdiff - include/linux/pipe_fs_i.h
Merge branch 'parisc' from /home/kyle/repos/parisc-2.6.git
[linux-2.6] / include / linux / pipe_fs_i.h
index cc902d242c41b1a095c93e476eecb7a1c6c0b5b0..2e19478e9e84f90e93a6445b53aed3ca78656fa5 100644 (file)
@@ -41,7 +41,6 @@ struct pipe_buf_operations {
 struct pipe_inode_info {
        wait_queue_head_t wait;
        unsigned int nrbufs, curbuf;
-       struct pipe_buffer bufs[PIPE_BUFFERS];
        struct page *tmp_page;
        unsigned int readers;
        unsigned int writers;
@@ -51,6 +50,7 @@ struct pipe_inode_info {
        struct fasync_struct *fasync_readers;
        struct fasync_struct *fasync_writers;
        struct inode *inode;
+       struct pipe_buffer bufs[PIPE_BUFFERS];
 };
 
 /* Differs from PIPE_BUF in that PIPE_SIZE is the length of the actual