From: Kinglong Mee <kinglongmee@gmail.com>
To: "J. Bruce Fields" <bfields@fieldses.org>,
"linux-nfs@vger.kernel.org" <linux-nfs@vger.kernel.org>
Cc: tigran.mkrtchyan@desy.de, kinglongmee@gmail.com
Subject: [PATCH 3/4] 4.1 xdrdef: Fix bad define of sec_label4
Date: Tue, 28 Jul 2015 19:46:35 +0800 [thread overview]
Message-ID: <55B76B9B.4090700@gmail.com> (raw)
Signed-off-by: Kinglong Mee <kinglongmee@gmail.com>
---
nfs4.1/xdrdef/nfs4.x | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nfs4.1/xdrdef/nfs4.x b/nfs4.1/xdrdef/nfs4.x
index 024e0b4..cb3db7e 100644
--- a/nfs4.1/xdrdef/nfs4.x
+++ b/nfs4.1/xdrdef/nfs4.x
@@ -852,7 +852,7 @@ typedef change_policy4 fattr4_change_policy;
typedef uint64_t fattr_space_freed;
typedef change_attr_type4
fattr4_change_attr_type;
-typedef sec_label4 fattr_sec_label<>;
+typedef sec_label4 fattr4_sec_label;
%/*
% * REQUIRED Attributes
--
2.4.3
next reply other threads:[~2015-07-28 11:46 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-28 11:46 Kinglong Mee [this message]
2015-07-29 19:37 ` [PATCH 3/4] 4.1 xdrdef: Fix bad define of sec_label4 J. Bruce Fields
2015-07-30 12:05 ` Kinglong Mee
2015-07-30 12:13 ` [PATCH v2] 4.1 xdrdef: Update nfs4.x to the latest dot-x-38.txt Kinglong Mee
2015-08-18 19:27 ` J. Bruce Fields
2015-07-30 14:22 ` [PATCH] NFSD: Encode security label as an array Kinglong Mee
2015-07-30 14:22 ` [PATCH] NFS: Decode " Kinglong Mee
2015-07-30 15:48 ` [PATCH 3/4] 4.1 xdrdef: Fix bad define of sec_label4 J. Bruce Fields
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=55B76B9B.4090700@gmail.com \
--to=kinglongmee@gmail.com \
--cc=bfields@fieldses.org \
--cc=linux-nfs@vger.kernel.org \
--cc=tigran.mkrtchyan@desy.de \
/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.