-
Al Viro authored
Replacing error = 0; if (error) op with nothing is not quite an equivalent transformation ;-) Signed-off-by:
Al Viro <viro@zeniv.linux.org.uk>
718deb6b
Replacing
error = 0;
if (error)
op
with nothing is not quite an equivalent transformation ;-)
Signed-off-by:
Al Viro <viro@zeniv.linux.org.uk>