OSDN Git Service

ext4: ext4_xattr_delete_inode() should return accurate errors
authorTahsin Erdogan <tahsin@google.com>
Thu, 22 Jun 2017 02:24:38 +0000 (22:24 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 22 Jun 2017 02:24:38 +0000 (22:24 -0400)
commit65d3000520c50f3c160403a210a7504d789eafca
tree88dce16fde2b58f131fc4a74af7cea2d91645d6e
parentb347e2bcd18eba7ed44659d12e4a39a9b5bdc873
ext4: ext4_xattr_delete_inode() should return accurate errors

In a few places the function returns without trying to pass the actual
error code to the caller. Fix those.

Signed-off-by: Tahsin Erdogan <tahsin@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/xattr.c