| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 04/19] xfs: remove unused mp arg from xfs_bmap_forkoff_reset() |
| From: | Eric Sandeen <sandeen@xxxxxxxxxx> |
| Date: | Mon, 7 Apr 2014 14:58:51 -0500 |
| Delivered-to: | xfs@xxxxxxxxxxx |
| In-reply-to: | <1396900746-22201-1-git-send-email-sandeen@xxxxxxxxxx> |
| References: | <1396900746-22201-1-git-send-email-sandeen@xxxxxxxxxx> |
Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxx>
---
fs/xfs/xfs_bmap.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/fs/xfs/xfs_bmap.c b/fs/xfs/xfs_bmap.c
index eeb673b..03b6ff2 100644
--- a/fs/xfs/xfs_bmap.c
+++ b/fs/xfs/xfs_bmap.c
@@ -233,7 +233,6 @@ xfs_default_attroffset(
*/
STATIC void
xfs_bmap_forkoff_reset(
- xfs_mount_t *mp,
xfs_inode_t *ip,
int whichfork)
{
@@ -905,7 +904,7 @@ xfs_bmap_local_to_extents_empty(
ASSERT(ifp->if_bytes == 0);
ASSERT(XFS_IFORK_NEXTENTS(ip, whichfork) == 0);
- xfs_bmap_forkoff_reset(ip->i_mount, ip, whichfork);
+ xfs_bmap_forkoff_reset(ip, whichfork);
ifp->if_flags &= ~XFS_IFINLINE;
ifp->if_flags |= XFS_IFEXTENTS;
XFS_IFORK_FMT_SET(ip, whichfork, XFS_DINODE_FMT_EXTENTS);
--
1.7.1
|
| Previous by Date: | [PATCH 19/19] xfs: remove unused trans pointer arg from xlog_recover_unmount_trans(), Eric Sandeen |
|---|---|
| Next by Date: | Re: [FAQ v2] XFS speculative preallocation, Brian Foster |
| Previous by Thread: | [PATCH 19/19] xfs: remove unused trans pointer arg from xlog_recover_unmount_trans(), Eric Sandeen |
| Next by Thread: | Re: [PATCH 00/19] xfs: remove a bunch of unused function args, Dave Chinner |
| Indexes: | [Date] [Thread] [Top] [All Lists] |