From: Theodore Ts'o Date: Wed, 27 Sep 2006 08:50:49 +0000 (-0700) Subject: [PATCH] inode-diet: Eliminate i_blksize from the inode structure X-Git-Tag: v2.6.19-rc1~923 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba52de123d454b57369f291348266d86f4b35070;p=pandora-kernel.git [PATCH] inode-diet: Eliminate i_blksize from the inode structure This eliminates the i_blksize field from struct inode. Filesystems that want to provide a per-inode st_blksize can do so by providing their own getattr routine instead of using the generic_fillattr() function. Note that some filesystems were providing pretty much random (and incorrect) values for i_blksize. [bunk@stusta.de: cleanup] [akpm@osdl.org: generic_fillattr() fix] Signed-off-by: "Theodore Ts'o" Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed