ext4: change ext4_xattr_inode_iget() signature
authorTahsin Erdogan <tahsin@google.com>
Thu, 22 Jun 2017 01:49:53 +0000 (21:49 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 22 Jun 2017 01:49:53 +0000 (21:49 -0400)
commitbab79b04999ccbbf59f1693d0783cd6ae27e4278
tree139a79802358a08a5bf3887bf91e1094b31a3cb9
parent0eefb10758e696616f19a84d8c5f15b9ffc0dccd
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>
fs/ext4/xattr.c
fs/ext4/xattr.h