]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - fs/buffer.c
fs: Move bh_cachep to the __read_mostly section
authorShai Fultheim <shai@scalemp.com>
Tue, 15 May 2012 09:29:52 +0000 (12:29 +0300)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 31 May 2012 01:04:52 +0000 (21:04 -0400)
commita0a9b0433767713342f9cc70f563483c38e26f30
tree62b6aeef401a2cf0dcc16683bdea3efe24d2c007
parent3ed37648e1cbf1bbebc200c6ea8fd8daf8325843
fs: Move bh_cachep to the __read_mostly section

bh_cachep is only written to once on initialization, so move it to the
__read_mostly section.

Signed-off-by: Shai Fultheim <shai@scalemp.com>
Signed-off-by: Vlad Zolotarov <vlad@scalemp.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/buffer.c