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)
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>

No differences found