[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191231180444.46586-1-ebiggers@kernel.org>
Date: Tue, 31 Dec 2019 12:04:36 -0600
From: Eric Biggers <ebiggers@...nel.org>
To: linux-ext4@...r.kernel.org
Subject: [PATCH 0/8] ext4: extents.c cleanups
This series makes a few cleanups to things I noticed while reading some
of the code in extents.c.
No actual changes in behavior.
Eric Biggers (8):
ext4: remove ext4_{ind,ext}_calc_metadata_amount()
ext4: clean up len and offset checks in ext4_fallocate()
ext4: remove redundant S_ISREG() checks from ext4_fallocate()
ext4: make some functions static in extents.c
ext4: fix documentation for ext4_ext_try_to_merge()
ext4: remove obsolete comment from ext4_can_extents_be_merged()
ext4: fix some nonstandard indentation in extents.c
ext4: add missing braces in ext4_ext_drop_refs()
fs/ext4/ext4.h | 11 ----
fs/ext4/ext4_extents.h | 5 --
fs/ext4/extents.c | 143 +++++++++++++----------------------------
fs/ext4/indirect.c | 26 --------
fs/ext4/inode.c | 3 -
fs/ext4/super.c | 2 -
6 files changed, 45 insertions(+), 145 deletions(-)
--
2.24.1
Powered by blists - more mailing lists