--- 1/draft-ietf-nfsv4-minorversion2-29.txt 2015-01-21 11:15:55.762733734 -0800 +++ 2/draft-ietf-nfsv4-minorversion2-30.txt 2015-01-21 11:15:55.986739182 -0800 @@ -1,18 +1,18 @@ NFSv4 T. Haynes Internet-Draft Primary Data -Intended status: Standards Track December 08, 2014 -Expires: June 11, 2015 +Intended status: Standards Track January 21, 2015 +Expires: July 25, 2015 NFS Version 4 Minor Version 2 - draft-ietf-nfsv4-minorversion2-29.txt + draft-ietf-nfsv4-minorversion2-30.txt Abstract This Internet-Draft describes NFS version 4 minor version two, describing the protocol extensions made from NFS version 4 minor version 1. Major extensions introduced in NFS version 4 minor version two include: Server Side Copy, Application I/O Advise, Space Reservations, Sparse Files, Application Data Blocks, and Labeled NFS. Requirements Language @@ -29,25 +29,25 @@ Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet- Drafts is at http://datatracker.ietf.org/drafts/current/. Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress." - This Internet-Draft will expire on June 11, 2015. + This Internet-Draft will expire on July 25, 2015. Copyright Notice - Copyright (c) 2014 IETF Trust and the persons identified as the + Copyright (c) 2015 IETF Trust and the persons identified as the document authors. All rights reserved. This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as @@ -3408,21 +3408,21 @@ struct device_error4 { deviceid4 de_deviceid; nfsstat4 de_status; nfs_opnum4 de_opnum; }; struct LAYOUTERROR4args { /* CURRENT_FH: file */ offset4 lea_offset; length4 lea_length; stateid4 lea_stateid; - device_error4 lea_errors; + device_error4 lea_errors<>; }; 15.6.2. RESULT struct LAYOUTERROR4res { nfsstat4 ler_status;