OSDN Git Service

[XFS] Fix broken HAVE_SPLICE removal commit.
[linux-kernel-docs/linux-2.6.git] / fs / xfs / linux-2.6 / xfs_aops.h
index 2244e51..3ba0631 100644 (file)
@@ -32,7 +32,7 @@ typedef struct xfs_ioend {
        unsigned int            io_type;        /* delalloc / unwritten */
        int                     io_error;       /* I/O error code */
        atomic_t                io_remaining;   /* hold count */
-       struct bhv_vnode        *io_vnode;      /* file being written to */
+       struct inode            *io_inode;      /* file being written to */
        struct buffer_head      *io_buffer_head;/* buffer linked list head */
        struct buffer_head      *io_buffer_tail;/* buffer linked list tail */
        size_t                  io_size;        /* size of the extent */