Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information