From: cfeist@sourceware.org <cfeist@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] cluster/gfs-kernel/src/gulm gulm_jid.c
Date: 19 Jul 2007 22:08:19 -0000 [thread overview]
Message-ID: <20070719220819.16218.qmail@sourceware.org> (raw)
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL45
Changes by: cfeist at sourceware.org 2007-07-19 22:08:19
Modified files:
gfs-kernel/src/gulm: gulm_jid.c
Log message:
- RHEL45 z-stream commit of Josef's gulm patch to remove unnecessary jid
locking (237678, 248958).
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gulm/gulm_jid.c.diff?cvsroot=cluster&only_with_tag=RHEL45&r1=1.10&r2=1.10.16.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/19 22:08:19 1.10.16.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-19 22:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-19 22:08 cfeist [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-07-09 22:23 [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=20070719220819.16218.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 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.