From: cfeist@sourceware.org <cfeist@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] cluster/gfs-kernel/src/gulm gulm_jid.c
Date: 9 Jul 2007 22:23:03 -0000 [thread overview]
Message-ID: <20070709222303.23424.qmail@sourceware.org> (raw)
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL4
Changes by: cfeist at sourceware.org 2007-07-09 22:23:03
Modified files:
gfs-kernel/src/gulm: gulm_jid.c
Log message:
Josef's change to remove some extra jid locking.
Fixes bz#237678
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gulm/gulm_jid.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.10&r2=1.10.2.1
--- cluster/gfs-kernel/src/gulm/Attic/gulm_jid.c 2004/12/22 14:18:32 1.10
+++ cluster/gfs-kernel/src/gulm/Attic/gulm_jid.c 2007/07/09 22:23:02 1.10.2.1
@@ -296,7 +296,6 @@
keylen = sizeof (key);
jid_get_header_name (fs->fs_name, key, &keylen);
- down (&fs->headerlock);
jid_get_lock_state_lvb (key, keylen, lg_lock_state_Exclusive, lvb,
jid_header_lvb_size);
jidc = (uint32_t) (lvb[0]) << 0;
@@ -315,7 +314,6 @@
*/
jid_rehold_lvbs (fs);
- up (&fs->headerlock);
}
/**
@@ -498,7 +496,6 @@
uint8_t key[GIO_KEY_SIZE], lvb[64];
uint16_t keylen = GIO_KEY_SIZE;
- down (&fs->headerlock); /*???*/
for (i = 0; i < fs->JIDcount; i++) {
keylen = sizeof (key);
jid_get_lock_name (fs->fs_name, i, key, &keylen);
@@ -515,7 +512,6 @@
jid_get_lock_state (key, keylen, lg_lock_state_Unlock);
}
- up (&fs->headerlock);
return found;
}
@@ -535,7 +531,6 @@
uint16_t keylen = GIO_KEY_SIZE;
unsigned int ujid;
- down (&fs->headerlock); /*???*/
for (i = 0; i < fs->JIDcount; i++) {
keylen = sizeof (key);
jid_get_lock_name (fs->fs_name, i, key, &keylen);
@@ -551,7 +546,6 @@
fs->cb (fs->fsdata, LM_CB_NEED_RECOVERY, &ujid);
}
}
- up (&fs->headerlock);
}
@@ -614,11 +608,9 @@
gulm_fs_t *fs = (gulm_fs_t *) d;
jid_get_header_name (fs->fs_name, key, &keylen);
- down (&fs->headerlock);
jid_get_lock_state (key, keylen, lg_lock_state_Unlock);
jid_rehold_lvbs (fs);
- up (&fs->headerlock);
}
/**
next reply other threads:[~2007-07-09 22:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-09 22:23 cfeist [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-07-19 22:08 [Cluster-devel] cluster/gfs-kernel/src/gulm gulm_jid.c cfeist
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=20070709222303.23424.qmail@sourceware.org \
--to=cfeist@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).