]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: address scalability issue by removing extent cache statistics
authorTheodore Ts'o <tytso@mit.edu>
Mon, 16 Apr 2012 16:16:20 +0000 (12:16 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 16 Apr 2012 16:16:20 +0000 (12:16 -0400)
commitb6c9924300e2de8fb6882154c5e5dc526b7cd70c
treef215d10558a62c34aff4528f1c40f1b154bd6c25
parent4b5193f9048fb608934391c566cd40fd66d53853
ext4: address scalability issue by removing extent cache statistics

Andi Kleen and Tim Chen have reported that under certain circumstances
the extent cache statistics are causing scalability problems due to
cache line bounces.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Cc: stable@vger.kernel.org
fs/ext4/ext4.h
fs/ext4/extents.c
fs/ext4/super.c