ext4: remove an unneeded check in mext_page_mkuptodate()
authorDan Carpenter <[email protected]>
Tue, 18 Feb 2014 01:46:40 +0000 (20:46 -0500)
committerTheodore Ts'o <[email protected]>
Tue, 18 Feb 2014 01:46:40 +0000 (20:46 -0500)
commitdf3a98b0865467ae8033c55ebb514debd69b4e59
tree2f045b6427b127ddfd2d78a34d501aa5c286a4d3
parentd8558a297878f1a7af995f6801983783e1487208
ext4: remove an unneeded check in mext_page_mkuptodate()

"err" is zero here, there is no need to check again.

Signed-off-by: Dan Carpenter <[email protected]>
Signed-off-by: "Theodore Ts'o" <[email protected]>
fs/ext4/move_extent.c