Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 70867
b: refs/heads/master
c: 150f29e
h: refs/heads/master
i:
  70865: 0b03efd
  70863: 2e8115e
v: v3
  • Loading branch information
Tim Shimmin committed Oct 16, 2007
1 parent 0237f17 commit bcf9882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 479ba36bbb322a21aa65cc89223c50adf78f4a56
refs/heads/master: 150f29ef2e96392c6ddf24d49289dd40df2783f0
2 changes: 1 addition & 1 deletion trunk/fs/xfs/linux-2.6/xfs_aops.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit bcf9882

Please sign in to comment.