Re: [Cluster-devel] [PATCH 4/5] gfs_controld: Remove dead code from loop()

2011-09-06 Thread David Teigland
On Tue, Sep 06, 2011 at 01:00:16PM +0100, Andrew Price wrote: > This patch removes an if statement where the true branch is never taken. > At this point in the code, poll_timeout could only be 500 or -1. > > Signed-off-by: Andrew Price > --- > group/gfs_controld/main.c |3 --- > 1 files chan

Re: [Cluster-devel] [PATCH 4/5] gfs_controld: Remove dead code from loop()

2011-09-06 Thread Steven Whitehouse
Hi, Those all look good to me, Steve. On Tue, 2011-09-06 at 13:00 +0100, Andrew Price wrote: > This patch removes an if statement where the true branch is never taken. > At this point in the code, poll_timeout could only be 500 or -1. > > Signed-off-by: Andrew Price > --- > group/gfs_controld

[Cluster-devel] [PATCH 4/5] gfs_controld: Remove dead code from loop()

2011-09-06 Thread Andrew Price
This patch removes an if statement where the true branch is never taken. At this point in the code, poll_timeout could only be 500 or -1. Signed-off-by: Andrew Price --- group/gfs_controld/main.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/group/gfs_controld/main.c