]> git.karo-electronics.de Git - karo-tx-linux.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)
commit56263b4ceba90b1db77a6b31e22726f101bca807
treef754213721c2bcbebe0f8fed14dac1d37926307b
parentbcff24887d00bce102e0857d7b0a8c44a40f53d1
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