ext4: clean up ext4_xattr_list()'s error code checking and return strategy
authorTheodore Ts'o <tytso@mit.edu>
Mon, 10 Jan 2011 17:10:07 +0000 (12:10 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 10 Jan 2011 17:10:07 +0000 (12:10 -0500)
commiteaeef86718249f5c75b1370f77a9bc11f196a01c
treec499488c48742d3eecc68275414dbdf58efbc9d9
parent932596366760e3f0dac9998665af1c49afcc4285
ext4: clean up ext4_xattr_list()'s error code checking and return strategy

Any time you see code that tries to add error codes together, you
should want to claw your eyes out...

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/xattr.c