]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit248da17d078e6418c6b6a19da556ea801384e4c7
treec499488c48742d3eecc68275414dbdf58efbc9d9
parent27a86405b47294bfdb34e1cb1ff94cd66061e209
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