From: Dave Chinner Date: Wed, 22 Sep 2010 00:47:20 +0000 (+1000) Subject: xfs: store xfs_mount in the buftarg instead of in the xfs_buf X-Git-Tag: v2.6.37-rc1~162^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebad861b5702c3e2332a3e906978f47144d22f70;p=pandora-kernel.git xfs: store xfs_mount in the buftarg instead of in the xfs_buf Each buffer contains both a buftarg pointer and a mount pointer. If we add a mount pointer into the buftarg, we can avoid needing the b_mount field in every buffer and grab it from the buftarg when needed instead. This shrinks the xfs_buf by 8 bytes. Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig Reviewed-by: Alex Elder --- Reading git-diff-tree failed