Re: [PATCH 10/32] ext4: change ext4_xattr_inode_iget() signature

2017-06-21 Thread Theodore Ts'o
On Wed, Jun 21, 2017 at 02:21:20PM -0700, Tahsin Erdogan wrote: > 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. > > S

[PATCH 10/32] ext4: change ext4_xattr_inode_iget() signature

2017-06-21 Thread Tahsin Erdogan
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 --- fs/ext4/xattr.c | 73 ++