]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: don't pass entire map to check_eofblocks_fl
authorEric Sandeen <sandeen@redhat.com>
Mon, 10 Jan 2011 18:03:35 +0000 (13:03 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 10 Jan 2011 18:03:35 +0000 (13:03 -0500)
commit426c6a0f59f4c12d33514a9c84eba98ee71e015c
treed7b51bc1be02cbd08c6740ef73f79892f8653c83
parent692ce47bc670c87719a16e46192797d788ef142f
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 <sandeen@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/extents.c