On Mon, Nov 04, 2013 at 11:50:51AM -0800, Chuck Lever wrote: > > On Nov 4, 2013, at 11:19 AM, Christoph Hellwig <hch@xxxxxxxxxxxxx> wrote: > > > On Mon, Nov 04, 2013 at 11:16:13AM -0800, Chuck Lever wrote: > >>> I still don't understand why anyone would phase out WRITE in favour of > >>> something that doesn't actually add any value for the write case. > >> > >> Protocol extensibility. WRITE_PLUS adds a discriminated union of data types that can be extended easily to include initialization patterns, integrity metadata, and other things like holes. It's entirely another question as to whether any particular extension is tasteful. > > > > Maybe I'm missing something, but what does multiplexing entirely > > different operation actually buy you? It is different operation after > > all. > > I think a successful argument could be made that initialization or hole punching may not belong in a WRITE_PLUS operation. For example, using a COMMIT for a long-running server-performed file initialization doesn't make sense to me. The infrastructure we introduced for COPY_OFFLOAD seems better suited for file initialization. > > > It's not like adding new operations to NFS is all that hard. > > Actually, it is harder than you think. For various reasons, it takes five or more years to create a new NFS protocol specification, something we hope to address. Well, but that's not really a function of the number of operations. It's not as though implementing hole punching will take more or less time depending on whether we implement something as a compound op or a union. --b. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html