diff options
author | Naoto Kobayashi <naoto.kobayashi4c@gmail.com> | 2019-12-27 09:05:21 +0100 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2020-01-17 22:24:53 +0100 |
commit | 8f27fd0ab569f5d09410010b15a3f45399e89fcf (patch) | |
tree | d4df00dbc3c62caee168a77880e0426696f32e81 /fs/ext4/ext4.h | |
parent | ext4: re-enable extent zeroout optimization on encrypted files (diff) | |
download | linux-8f27fd0ab569f5d09410010b15a3f45399e89fcf.tar.xz linux-8f27fd0ab569f5d09410010b15a3f45399e89fcf.zip |
ext4: Delete ext4_kvzvalloc()
Since we're not using ext4_kvzalloc(), delete this function.
Signed-off-by: Naoto Kobayashi <naoto.kobayashi4c@gmail.com>
Link: https://lore.kernel.org/r/20191227080523.31808-2-naoto.kobayashi4c@gmail.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r-- | fs/ext4/ext4.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index 791e54425b00..95002a2b09fe 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h @@ -2744,7 +2744,6 @@ extern int ext4_seq_options_show(struct seq_file *seq, void *offset); extern int ext4_calculate_overhead(struct super_block *sb); extern void ext4_superblock_csum_set(struct super_block *sb); extern void *ext4_kvmalloc(size_t size, gfp_t flags); -extern void *ext4_kvzalloc(size_t size, gfp_t flags); extern int ext4_alloc_flex_bg_array(struct super_block *sb, ext4_group_t ngroup); extern const char *ext4_decode_error(struct super_block *sb, int errno, |