Re: [PATCH 06/13] proc: convert /proc/self to _print_integer()

2018-08-30 Thread Alexey Dobriyan
On Wed, Aug 29, 2018 at 09:50:50AM +, David Laight wrote: > From: Alexey Dobriyan > > Sent: 28 August 2018 00:15 > > --- > > fs/proc/self.c | 7 ++- > > 1 file changed, 6 insertions(+), 1 deletion(-) > > > > diff --git a/fs/proc/self.c b/fs/proc/self.c > > index

Re: [PATCH 06/13] proc: convert /proc/self to _print_integer()

2018-08-30 Thread Alexey Dobriyan
On Wed, Aug 29, 2018 at 09:50:50AM +, David Laight wrote: > From: Alexey Dobriyan > > Sent: 28 August 2018 00:15 > > --- > > fs/proc/self.c | 7 ++- > > 1 file changed, 6 insertions(+), 1 deletion(-) > > > > diff --git a/fs/proc/self.c b/fs/proc/self.c > > index

RE: [PATCH 06/13] proc: convert /proc/self to _print_integer()

2018-08-29 Thread David Laight
From: Alexey Dobriyan > Sent: 28 August 2018 00:15 > --- > fs/proc/self.c | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/fs/proc/self.c b/fs/proc/self.c > index 127265e5c55f..b2279412237b 100644 > --- a/fs/proc/self.c > +++ b/fs/proc/self.c > @@ -14,6 +14,7 @@

RE: [PATCH 06/13] proc: convert /proc/self to _print_integer()

2018-08-29 Thread David Laight
From: Alexey Dobriyan > Sent: 28 August 2018 00:15 > --- > fs/proc/self.c | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/fs/proc/self.c b/fs/proc/self.c > index 127265e5c55f..b2279412237b 100644 > --- a/fs/proc/self.c > +++ b/fs/proc/self.c > @@ -14,6 +14,7 @@

[PATCH 06/13] proc: convert /proc/self to _print_integer()

2018-08-27 Thread Alexey Dobriyan
Benchmark readlink("/proc/self") 2^23 times: 8.205992458 seconds time elapsed ( +- 0.15% ) 7.535168869 seconds time elapsed ( +- 0.09% ) -8.2% Signed-off-by: Alexey Dobriyan --- fs/proc/self.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git

[PATCH 06/13] proc: convert /proc/self to _print_integer()

2018-08-27 Thread Alexey Dobriyan
Benchmark readlink("/proc/self") 2^23 times: 8.205992458 seconds time elapsed ( +- 0.15% ) 7.535168869 seconds time elapsed ( +- 0.09% ) -8.2% Signed-off-by: Alexey Dobriyan --- fs/proc/self.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git