From: Eric Sandeen Date: Mon, 10 Jan 2011 18:03:35 +0000 (-0500) Subject: ext4: don't pass entire map to check_eofblocks_fl X-Git-Tag: v2.6.38-rc1~409^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d002ebf1d8daa5a317645b1c4a3a0b7ea2abc9ac;p=pandora-kernel.git ext4: don't pass entire map to check_eofblocks_fl Since check_eofblocks_fl() only uses the m_lblk portion of the map structure, we may as well pass that directly, rather than passing the entire map, which IMHO obfuscates what parameters check_eofblocks_fl() cares about. Not a big deal, but seems tidier and less confusing, to me. Signed-off-by: Eric Sandeen Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed