|
|
| version 1.151, 2007/08/24 16:08:41 | version 1.152, 2007/09/11 06:11:49 |
|---|---|
| Line 1525 xfs_vm_bmap( | Line 1525 xfs_vm_bmap( |
| struct inode *inode = (struct inode *)mapping->host; | struct inode *inode = (struct inode *)mapping->host; |
| struct xfs_inode *ip = XFS_I(inode); | struct xfs_inode *ip = XFS_I(inode); |
| vn_trace_entry(XFS_I(inode), __FUNCTION__, | xfs_itrace_entry(XFS_I(inode)); |
| (inst_t *)__return_address); | |
| xfs_rwlock(ip, VRWLOCK_READ); | xfs_rwlock(ip, VRWLOCK_READ); |
| xfs_flush_pages(ip, (xfs_off_t)0, -1, 0, FI_REMAPF); | xfs_flush_pages(ip, (xfs_off_t)0, -1, 0, FI_REMAPF); |
| xfs_rwunlock(ip, VRWLOCK_READ); | xfs_rwunlock(ip, VRWLOCK_READ); |