From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Teigland Date: Mon, 13 Dec 2010 14:46:52 -0500 Subject: [Cluster-devel] [PATCH] dlm: sanitize work_start() in lowcomms.c In-Reply-To: <1292254105-3952-1-git-send-email-namhyung@gmail.com> References: <1292254105-3952-1-git-send-email-namhyung@gmail.com> Message-ID: <20101213194652.GD30360@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Tue, Dec 14, 2010 at 12:28:25AM +0900, Namhyung Kim wrote: > The create_workqueue() returns NULL if failed rather than ERR_PTR(). > Fix error checking and remove unnecessary variable 'error'. I adapted this to the alloc_workqueue patch in next and pushed to next. Dave