From: Sunil Mushran <sunil.mushran@oracle.com>
To: ocfs2-devel@oss.oracle.com
Subject: [Ocfs2-devel] [PATCH 1/1] OCFS2: add NFS Sync lock type string.
Date: Mon, 13 Apr 2009 12:36:56 -0700 [thread overview]
Message-ID: <49E39458.10605@oracle.com> (raw)
In-Reply-To: <200904100535.n3A5ZaEm026946@rgminet15.oracle.com>
Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com>
wengang wang wrote:
> The lock type string for NFS Sync lock is missing from the last patch
> http://oss.oracle.com/pipermail/ocfs2-devel/2009-March/004117.html
>
> This patch is to add the lock type string.
> This patch also applies to 1.4 git.
>
> Signed-off-by: Wengang Wang <wen.gang.wang@oracle.com>
> --
> diff --git a/fs/ocfs2/ocfs2_lockid.h b/fs/ocfs2/ocfs2_lockid.h
> index a53ce87..e95cc7b 100644
> --- a/fs/ocfs2/ocfs2_lockid.h
> +++ b/fs/ocfs2/ocfs2_lockid.h
> @@ -104,6 +104,7 @@ static char *ocfs2_lock_type_strings[] = {
> [OCFS2_LOCK_TYPE_OPEN] = "Open",
> [OCFS2_LOCK_TYPE_FLOCK] = "Flock",
> [OCFS2_LOCK_TYPE_QINFO] = "Quota",
> + [OCFS2_LOCK_TYPE_NFS_SYNC] = "NFS_Sync",
> };
>
> static inline const char *ocfs2_lock_type_string(enum ocfs2_lock_type type)
>
> _______________________________________________
> Ocfs2-devel mailing list
> Ocfs2-devel at oss.oracle.com
> http://oss.oracle.com/mailman/listinfo/ocfs2-devel
>
prev parent reply other threads:[~2009-04-13 19:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-10 5:34 [Ocfs2-devel] [PATCH 1/1] OCFS2: add NFS Sync lock type string wengang wang
2009-04-13 19:36 ` Sunil Mushran [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=49E39458.10605@oracle.com \
--to=sunil.mushran@oracle.com \
--cc=ocfs2-devel@oss.oracle.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.