aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kara <[email protected]>2020-05-20 15:31:18 +0200
committerTheodore Ts'o <[email protected]>2020-06-03 23:16:53 -0400
commitdfcd4489e270282d984cd06c00f3a45d52a3f0a7 (patch)
treef81f176322e93a18461fcd45a2ecb02e0d69df15
parent993778306e7901a7286322f25c7c681dd47bede6 (diff)
ext4: drop ext4_journal_free_reserved()
Remove ext4_journal_free_reserved() function. It is never used. Signed-off-by: Jan Kara <[email protected]> Reviewed-by: Andreas Dilger <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Theodore Ts'o <[email protected]>
-rw-r--r--fs/ext4/ext4_jbd2.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/ext4/ext4_jbd2.h b/fs/ext4/ext4_jbd2.h
index 3bacf76d2609..00dc668e052b 100644
--- a/fs/ext4/ext4_jbd2.h
+++ b/fs/ext4/ext4_jbd2.h
@@ -338,12 +338,6 @@ static inline handle_t *__ext4_journal_start(struct inode *inode,
handle_t *__ext4_journal_start_reserved(handle_t *handle, unsigned int line,
int type);
-static inline void ext4_journal_free_reserved(handle_t *handle)
-{
- if (ext4_handle_valid(handle))
- jbd2_journal_free_reserved(handle);
-}
-
static inline handle_t *ext4_journal_current_handle(void)
{
return journal_current_handle();