From: Bob Peterson <rpeterso@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] [PATCH v2] gfs2: Lock holder cleanup
Date: Mon, 27 Jun 2016 11:21:25 -0400 (EDT) [thread overview]
Message-ID: <273663754.3146438.1467040885344.JavaMail.zimbra@redhat.com> (raw)
In-Reply-To: <1466164999-31196-1-git-send-email-agruenba@redhat.com>
----- Original Message -----
| Make the code more readable by cleaning up the different ways of
| initializing lock holders and checking for initialized lock holders:
| mark lock holders as uninitialized by setting the holder's glock to NULL
| (gfs2_holder_mark_uninitialized) instead of zeroing out the entire
| object or using a separate flag. Recognize initialized holders by their
| non-NULL glock (gfs2_holder_initialized). Don't zero out holder objects
| which are immeditiately initialized via gfs2_holder_init or
| gfs2_glock_nq_init.
|
| Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
| ---
Hi,
Thanks. This is now applied to the for-next branch of the linux-gfs2 tree:
https://git.kernel.org/cgit/linux/kernel/git/gfs2/linux-gfs2.git/commit/fs?h=for-next&id=6df9f9a253c7dc9f8ed18bf89d762de350a31813
Regards,
Bob Peterson
Red Hat File Systems
prev parent reply other threads:[~2016-06-27 15:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-15 17:39 [Cluster-devel] [PATCH] gfs2: Lock holder cleanup Andreas Gruenbacher
2016-06-17 12:03 ` [Cluster-devel] [PATCH v2] " Andreas Gruenbacher
2016-06-27 15:21 ` Bob Peterson [this message]
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=273663754.3146438.1467040885344.JavaMail.zimbra@redhat.com \
--to=rpeterso@redhat.com \
/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.