Re: [PATCH] fs: quota: Use quota_err and use %pf to reduce code size

2014-11-04 Thread Joe Perches
On Tue, 2014-11-04 at 12:15 +0100, Jan Kara wrote: > On Mon 03-11-14 20:04:41, Joe Perches wrote: > > Use more standard logging style and remove __func__ passed > > to quota_err. > > > > Remove the quota_error macro, rename __quota_error to quota_err. > > Add %pf and __builtin_return_address(0)

Re: [PATCH] fs: quota: Use quota_err and use %pf to reduce code size

2014-11-04 Thread Jan Kara
On Mon 03-11-14 20:04:41, Joe Perches wrote: > Use more standard logging style and remove __func__ passed > to quota_err. > > Remove the quota_error macro, rename __quota_error to quota_err. > Add %pf and __builtin_return_address(0) instead of __func__ > > Add terminating newlines to formats. >

Re: [PATCH] fs: quota: Use quota_err and use %pf to reduce code size

2014-11-04 Thread Jan Kara
On Mon 03-11-14 20:04:41, Joe Perches wrote: Use more standard logging style and remove __func__ passed to quota_err. Remove the quota_error macro, rename __quota_error to quota_err. Add %pf and __builtin_return_address(0) instead of __func__ Add terminating newlines to formats. $ size

Re: [PATCH] fs: quota: Use quota_err and use %pf to reduce code size

2014-11-04 Thread Joe Perches
On Tue, 2014-11-04 at 12:15 +0100, Jan Kara wrote: On Mon 03-11-14 20:04:41, Joe Perches wrote: Use more standard logging style and remove __func__ passed to quota_err. Remove the quota_error macro, rename __quota_error to quota_err. Add %pf and __builtin_return_address(0) instead of

[PATCH] fs: quota: Use quota_err and use %pf to reduce code size

2014-11-03 Thread Joe Perches
Use more standard logging style and remove __func__ passed to quota_err. Remove the quota_error macro, rename __quota_error to quota_err. Add %pf and __builtin_return_address(0) instead of __func__ Add terminating newlines to formats. $ size fs/quota/built-in.o* textdata bss dec

[PATCH] fs: quota: Use quota_err and use %pf to reduce code size

2014-11-03 Thread Joe Perches
Use more standard logging style and remove __func__ passed to quota_err. Remove the quota_error macro, rename __quota_error to quota_err. Add %pf and __builtin_return_address(0) instead of __func__ Add terminating newlines to formats. $ size fs/quota/built-in.o* textdata bss dec