All of lore.kernel.org
 help / color / mirror / Atom feed
From: teigland@sourceware.org <teigland@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] cluster/dlm-kernel/src device.c
Date: 14 Aug 2006 21:11:32 -0000	[thread overview]
Message-ID: <20060814211132.28107.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	teigland at sourceware.org	2006-08-14 21:11:31

Modified files:
	dlm-kernel/src : device.c 

Log message:
	fix bz 201325 - Kernel Oops when passing LKF_CANCEL to dlm_ls_unlock_wait
	from Carsten Clasohm (clasohm at redhat.com)

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm-kernel/src/device.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.24.2.8&r2=1.24.2.9

--- cluster/dlm-kernel/src/Attic/device.c	2006/04/12 09:36:03	1.24.2.8
+++ cluster/dlm-kernel/src/Attic/device.c	2006/08/14 21:11:31	1.24.2.9
@@ -344,7 +344,7 @@
 
 			/* If the LKB has been freed then we need to tidy up too */
 			lkb = dlm_get_lkb(li->li_file->fi_ls->ls_lockspace, li->li_lksb.sb_lkid);
-			if (!lkb) {
+			if (!lkb && test_bit(LI_FLAG_ONLIST, &li->li_flags)) {
 				spin_lock(&li->li_file->fi_lkb_lock);
 				list_del(&li->li_ownerqueue);
 				clear_bit(LI_FLAG_ONLIST, &li->li_flags);



             reply	other threads:[~2006-08-14 21:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-14 21:11 teigland [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-08-14 21:13 [Cluster-devel] cluster/dlm-kernel/src device.c teigland
2007-09-12  8:40 pcaulfield
2007-09-26 13:53 pcaulfield
2007-10-05 10:06 pcaulfield
2007-10-09  7:24 pcaulfield
2007-12-05  8:45 pcaulfield

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060814211132.28107.qmail@sourceware.org \
    --to=teigland@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.