Re: ext4: kill ext4_kvfree()

2014-11-20 Thread Theodore Ts'o
Very cool that kvfree() appeared in 3.15; thanks, for adding it to mm/util.c! I hadn't noticed when it went in, or I would have dropped ext4_kvfree() earlier. Thanks, applied to the ext4 tree. - Ted -- To unsubscribe from this list: send the line "

Re: ext4: kill ext4_kvfree()

2014-11-20 Thread Jan Kara
On Thu 20-11-14 08:10:05, Al Viro wrote: > Signed-off-by: Al Viro Looks good. Added Ted (ext4 maintainer) to CC. Reviewed-by: Jan Kara Honza > --- > fs/ext4/ext4.h|1 - > fs/ext4/mballoc.c |6 +++--- > fs/ext4/resize

ext4: kill ext4_kvfree()

2014-11-20 Thread Al Viro
Signed-off-by: Al Viro --- fs/ext4/ext4.h|1 - fs/ext4/mballoc.c |6 +++--- fs/ext4/resize.c |6 +++--- fs/ext4/super.c | 19 +-- 4 files changed, 11 insertions(+), 21 deletions(-) diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index c55a1fa..21a3b38 100644 ---