]> git.baikalelectronics.ru Git - kernel.git/commit
nilfs2: convert __nilfs_msg to integrate the level and format
authorJoe Perches <joe@perches.com>
Wed, 12 Aug 2020 01:35:46 +0000 (18:35 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 12 Aug 2020 17:58:01 +0000 (10:58 -0700)
commit7a48629efa6776123b3793dc6dc9707060b41745
treea62e39919c64a8930618bc609e7259faece2fad4
parente2d60a8e72a7413b69575a605d2a7d9cd2ffd444
nilfs2: convert __nilfs_msg to integrate the level and format

Reduce object size a bit by removing the KERN_<LEVEL> as a separate
argument and adding it to the format string.

Reduce overall object size by about ~.5% (x86-64 defconfig w/ nilfs2)

old:
$ size -t fs/nilfs2/built-in.a | tail -1
 191738    8676      44  200458   30f0a (TOTALS)

new:
$ size -t fs/nilfs2/built-in.a | tail -1
 190971    8676      44  199691   30c0b (TOTALS)

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Link: http://lkml.kernel.org/r/1595860111-3920-3-git-send-email-konishi.ryusuke@gmail.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/nilfs2/nilfs.h
fs/nilfs2/super.c