Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=150f29ef2e96392c6ddf24d49289dd40df2783f0
Commit:     150f29ef2e96392c6ddf24d49289dd40df2783f0
Parent:     479ba36bbb322a21aa65cc89223c50adf78f4a56
Author:     Tim Shimmin <[EMAIL PROTECTED]>
AuthorDate: Tue Oct 16 16:20:12 2007 +1000
Committer:  Tim Shimmin <[EMAIL PROTECTED]>
CommitDate: Tue Oct 16 16:20:12 2007 +1000

    [XFS] no longer using io_vnode, as was remaining from 23 cherrypick
    
    Because we cherrypicked SGI-Modid xfs-linux-melb:xfs-kern:29675a
    and it depended on the sgi mod which removed io_vnode (which was
    not cherrypicked in 23) it was hand modified.
    This fixes things back up (to the originial mod) now we have moved
    on again.
    
    Reviewed-by: Lachlan McIlroy <[EMAIL PROTECTED]>
    Signed-off-by: Tim Shimmin <[EMAIL PROTECTED]>
---
 fs/xfs/linux-2.6/xfs_aops.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/xfs/linux-2.6/xfs_aops.c b/fs/xfs/linux-2.6/xfs_aops.c
index f766c7f..a252fa7 100644
--- a/fs/xfs/linux-2.6/xfs_aops.c
+++ b/fs/xfs/linux-2.6/xfs_aops.c
@@ -180,7 +180,7 @@ xfs_setfilesize(
                ip->i_d.di_size = isize;
                ip->i_update_core = 1;
                ip->i_update_size = 1;
-               mark_inode_dirty_sync(vn_to_inode(ioend->io_vnode));
+               mark_inode_dirty_sync(ioend->io_inode);
        }
 
        xfs_iunlock(ip, XFS_ILOCK_EXCL);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to