diff options
author | Dave Chinner <dchinner@redhat.com> | 2024-06-20 10:21:26 +0300 |
---|---|---|
committer | Chandan Babu R <chandanbabu@kernel.org> | 2024-07-04 10:16:47 +0300 |
commit | de302cea1e3b812e89a15b4eb349d063b2ab3aa1 (patch) | |
tree | 8d709efd080159079fd58758b68e4c1f71fcab2f /fs/xfs/xfs_log_priv.h | |
parent | 551bf13ba8b24a9b938e85061c9e03bd452ea28d (diff) | |
download | linux-de302cea1e3b812e89a15b4eb349d063b2ab3aa1.tar.xz |
xfs: pass the full grant head to accounting functions
Because we are going to need them soon. API change only, no logic
changes.
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
Diffstat (limited to 'fs/xfs/xfs_log_priv.h')
-rw-r--r-- | fs/xfs/xfs_log_priv.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/xfs_log_priv.h b/fs/xfs/xfs_log_priv.h index 289674598979..0838c57ca8ac 100644 --- a/fs/xfs/xfs_log_priv.h +++ b/fs/xfs/xfs_log_priv.h @@ -573,8 +573,6 @@ xlog_assign_grant_head(atomic64_t *head, int cycle, int space) atomic64_set(head, xlog_assign_grant_head_val(cycle, space)); } -int xlog_space_left(struct xlog *log, atomic64_t *head); - /* * Committed Item List interfaces */ |