Implement handling of unstable data in WRITE/COMMIT nfs procedures.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Mon, 27 Sep 2010 17:57:59 +0000 (10:57 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Mon, 27 Sep 2010 17:57:59 +0000 (10:57 -0700)
commit7fea6eae8397d399c2557bdcbb969255dd440d72
tree9cffdaa5170893b55c360d211e5fb8c9842cf622
parentc44db7a9d3d32ab3656676c98145c55f32dc8a19
Implement handling of unstable data in WRITE/COMMIT nfs procedures.

Before all NFS operations were synchronous; now we support asynchronous
commits of file writes which might improve performance.
nfs3/nfs3.c
nfs3/nfs3_prot.h
nfs3/nfsd.c