Re: [PATCH] Add check-stats function used to calculate mailbox statistics

2018-06-27 Thread Kevin J. McCarthy
Hi Anton, I have a few comments inline below. With those changes, I'm fine with the patch. On Tue, Jun 26, 2018 at 05:24:39PM +0900, Anton Lindqvist wrote: > diff --git a/buffy.c b/buffy.c > index eab17e6e..8f164f7f 100644 > --- a/buffy.c > +++ b/buffy.c > @@ -505,7 +505,9 @@ static int buffy_mb

Re: [PATCH] Add check-stats function used to calculate mailbox statistics

2018-06-27 Thread Anton Lindqvist
On Wed, Jun 27, 2018 at 01:08:20PM -0700, Kevin J. McCarthy wrote: > Hi Anton, > > I have a few comments inline below. With those changes, I'm fine with > the patch. Great! Comments inline. > > On Tue, Jun 26, 2018 at 05:24:39PM +0900, Anton Lindqvist wrote: > > diff --git a/buffy.c b/buffy.c