diff mbox

[pynfs,01/12] According to RFC7863, this is not an array

Message ID 1480228001-64821-2-git-send-email-loghyr@primarydata.com (mailing list archive)
State New, archived
Headers show

Commit Message

Thomas Haynes Nov. 27, 2016, 6:26 a.m. UTC
And I'm pretty sure we had to change this to be compliant with
the Linux implementation.

Signed-off-by: Tom Haynes <loghyr@primarydata.com>
---
 nfs4.1/xdrdef/nfs4.x | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/nfs4.1/xdrdef/nfs4.x b/nfs4.1/xdrdef/nfs4.x
index 23c6d7c..16870f7 100644
--- a/nfs4.1/xdrdef/nfs4.x
+++ b/nfs4.1/xdrdef/nfs4.x
@@ -897,7 +897,7 @@  typedef change_policy4  fattr4_change_policy;
 typedef uint64_t        fattr4_space_freed;
 typedef change_attr_type4
                 fattr4_change_attr_type;
-typedef sec_label4      fattr4_sec_label<>;
+typedef sec_label4      fattr4_sec_label;
 typedef uint32_t        fattr4_clone_blksize;
 
 %/*