]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: remove unused parameter "newblock" in convert_initialized_extent()
authorEryu Guan <guaneryu@gmail.com>
Fri, 12 Feb 2016 06:23:00 +0000 (01:23 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 12 Feb 2016 06:23:00 +0000 (01:23 -0500)
commit24010c13bec55eb9b137df9679a2e0d00965c402
treef754213721c2bcbebe0f8fed14dac1d37926307b
parentf0e8af0a27cbf146b5bfb39bf0f21b13dbe21d0a
ext4: remove unused parameter "newblock" in convert_initialized_extent()

The "newblock" parameter is not used in convert_initialized_extent(),
remove it.

Signed-off-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/extents.c