Re: [PATCH 1/1 linux-next] xfs: remove unnecessary return

2016-12-15 Thread Eric Sandeen
On 12/14/16 10:17 PM, Eric Sandeen wrote: > On 12/10/16 12:52 AM, Fabian Frederick wrote: >> Commit f7a136aee3c1 >> ("xfs: several xattr functions can be void") >> >> updated 2 end of function return 0 to return in void >> functions. Remove it. >> >> Signed-off-by: Fabian Frederick

Re: [PATCH 1/1 linux-next] xfs: remove unnecessary return

2016-12-15 Thread Eric Sandeen
On 12/14/16 10:17 PM, Eric Sandeen wrote: > On 12/10/16 12:52 AM, Fabian Frederick wrote: >> Commit f7a136aee3c1 >> ("xfs: several xattr functions can be void") >> >> updated 2 end of function return 0 to return in void >> functions. Remove it. >> >> Signed-off-by: Fabian Frederick > > Oh, sure.

Re: [PATCH 1/1 linux-next] xfs: remove unnecessary return

2016-12-14 Thread Eric Sandeen
On 12/10/16 12:52 AM, Fabian Frederick wrote: > Commit f7a136aee3c1 > ("xfs: several xattr functions can be void") > > updated 2 end of function return 0 to return in void > functions. Remove it. > > Signed-off-by: Fabian Frederick Oh, sure. :) Reviewed-by: Eric Sandeen

Re: [PATCH 1/1 linux-next] xfs: remove unnecessary return

2016-12-14 Thread Eric Sandeen
On 12/10/16 12:52 AM, Fabian Frederick wrote: > Commit f7a136aee3c1 > ("xfs: several xattr functions can be void") > > updated 2 end of function return 0 to return in void > functions. Remove it. > > Signed-off-by: Fabian Frederick Oh, sure. :) Reviewed-by: Eric Sandeen > --- >

[PATCH 1/1 linux-next] xfs: remove unnecessary return

2016-12-09 Thread Fabian Frederick
Commit f7a136aee3c1 ("xfs: several xattr functions can be void") updated 2 end of function return 0 to return in void functions. Remove it. Signed-off-by: Fabian Frederick --- fs/xfs/xfs_attr_list.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/fs/xfs/xfs_attr_list.c

[PATCH 1/1 linux-next] xfs: remove unnecessary return

2016-12-09 Thread Fabian Frederick
Commit f7a136aee3c1 ("xfs: several xattr functions can be void") updated 2 end of function return 0 to return in void functions. Remove it. Signed-off-by: Fabian Frederick --- fs/xfs/xfs_attr_list.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/fs/xfs/xfs_attr_list.c