diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_linux.h')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_linux.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/xfs/linux-2.6/xfs_linux.h b/fs/xfs/linux-2.6/xfs_linux.h index ec51ecd13877..9bf4f7e965c7 100644 --- a/fs/xfs/linux-2.6/xfs_linux.h +++ b/fs/xfs/linux-2.6/xfs_linux.h | |||
@@ -207,10 +207,6 @@ | |||
207 | #define xfs_stack_trace() dump_stack() | 207 | #define xfs_stack_trace() dump_stack() |
208 | #define xfs_itruncate_data(ip, off) \ | 208 | #define xfs_itruncate_data(ip, off) \ |
209 | (-vmtruncate(vn_to_inode(XFS_ITOV(ip)), (off))) | 209 | (-vmtruncate(vn_to_inode(XFS_ITOV(ip)), (off))) |
210 | #define xfs_statvfs_fsid(statp, mp) \ | ||
211 | ({ u64 id = huge_encode_dev((mp)->m_ddev_targp->bt_dev); \ | ||
212 | __kernel_fsid_t *fsid = &(statp)->f_fsid; \ | ||
213 | (fsid->val[0] = (u32)id, fsid->val[1] = (u32)(id >> 32)); }) | ||
214 | 210 | ||
215 | 211 | ||
216 | /* Move the kernel do_div definition off to one side */ | 212 | /* Move the kernel do_div definition off to one side */ |