]> Git Repo - linux.git/commit - fs/libfs.c
VFS: increase pseudo-filesystem block size to PAGE_SIZE
authorAlex Nixon <[email protected]>
Wed, 30 Jul 2008 05:33:03 +0000 (22:33 -0700)
committerLinus Torvalds <[email protected]>
Wed, 30 Jul 2008 16:41:44 +0000 (09:41 -0700)
commit3971e1a917548977cff71418a7c3575ffbc9571f
tree083fab14d9f71f3977978d69bc2d43c4044a5d9a
parentfdac4e69a1fc181652b37ce6a32ab8a56b0f3bcf
VFS: increase pseudo-filesystem block size to PAGE_SIZE

This commit:

    commit ba52de123d454b57369f291348266d86f4b35070
    Author: Theodore Ts'o <[email protected]>
    Date:   Wed Sep 27 01:50:49 2006 -0700

        [PATCH] inode-diet: Eliminate i_blksize from the inode structure

caused the block size used by pseudo-filesystems to decrease from
PAGE_SIZE to 1024 leading to a doubling of the number of context switches
during a kernbench run.

Signed-off-by: Alex Nixon <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: Jeremy Fitzhardinge <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Ian Campbell <[email protected]>
Cc: "Theodore Ts'o" <[email protected]>
Cc: Alexander Viro <[email protected]>
Cc: Hugh Dickins <[email protected]>
Cc: Jens Axboe <[email protected]>
Cc: <[email protected]> [2.6.25.x, 2.6.26.x]
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/libfs.c
This page took 0.052958 seconds and 4 git commands to generate.