commit | bab79b04999ccbbf59f1693d0783cd6ae27e4278 | [log] [tgz] |
---|---|---|
author | Tahsin Erdogan <tahsin@google.com> | Wed Jun 21 21:49:53 2017 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Jun 21 21:49:53 2017 -0400 |
tree | 139a79802358a08a5bf3887bf91e1094b31a3cb9 | |
parent | 0eefb10758e696616f19a84d8c5f15b9ffc0dccd [diff] |
ext4: change ext4_xattr_inode_iget() signature In general, kernel functions indicate success/failure through their return values. This function returns the status as an output parameter and reserves the return value for the inode. Make it follow the general convention. Signed-off-by: Tahsin Erdogan <tahsin@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>