Merge branch 'xfs-misc-fixes-for-4.2-3' into for-next
This commit is contained in:
@@ -51,8 +51,7 @@ xfs_icluster_size_fsb(
|
||||
static inline struct xfs_dinode *
|
||||
xfs_make_iptr(struct xfs_mount *mp, struct xfs_buf *b, int o)
|
||||
{
|
||||
return (struct xfs_dinode *)
|
||||
(xfs_buf_offset(b, o << (mp)->m_sb.sb_inodelog));
|
||||
return xfs_buf_offset(b, o << (mp)->m_sb.sb_inodelog);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user