Skip to content
Commit 353eefd3 authored by jon ernst's avatar jon ernst Committed by Theodore Ts'o
Browse files

ext4: delete unnecessary C statements



Comparing unsigned variable with 0 always returns false.
err = 0 is duplicated and unnecessary.

[ tytso: Also cleaned up error handling in ext4_block_zero_page_range() ]

Signed-off-by: default avatar"Jon Ernst" <jonernst07@gmx.com>
Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent 64cb9273
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment