diff options
author | Eric Sandeen <sandeen@redhat.com> | 2014-04-14 13:03:34 +0400 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2014-04-14 13:03:34 +0400 |
commit | 6ea94bb5b30f14717e349f4e3ea4a6df03e1ee67 (patch) | |
tree | d4e0b6ce90d57437633c3020fc586a6f9318ef66 /fs/xfs/xfs_quota_defs.h | |
parent | 25994053745be958aa8455a753a5c965a9006ba4 (diff) | |
download | linux-6ea94bb5b30f14717e349f4e3ea4a6df03e1ee67.tar.xz |
xfs: remove unused mp arg from xfs_calc_dquots_per_chunk()
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs/xfs_quota_defs.h')
-rw-r--r-- | fs/xfs/xfs_quota_defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_quota_defs.h b/fs/xfs/xfs_quota_defs.h index b3b2b1065c0f..137e20937077 100644 --- a/fs/xfs/xfs_quota_defs.h +++ b/fs/xfs/xfs_quota_defs.h @@ -156,6 +156,6 @@ typedef __uint16_t xfs_qwarncnt_t; extern int xfs_dqcheck(struct xfs_mount *mp, xfs_disk_dquot_t *ddq, xfs_dqid_t id, uint type, uint flags, char *str); -extern int xfs_calc_dquots_per_chunk(struct xfs_mount *mp, unsigned int nbblks); +extern int xfs_calc_dquots_per_chunk(unsigned int nbblks); #endif /* __XFS_QUOTA_H__ */ |