]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make it possible to force async at server side on new NFS server, similar
authordelphij <delphij@FreeBSD.org>
Fri, 18 Jan 2013 19:42:08 +0000 (19:42 +0000)
committerdelphij <delphij@FreeBSD.org>
Fri, 18 Jan 2013 19:42:08 +0000 (19:42 +0000)
commitadf92df6259d2b75c695710bf9ac765fb00c4857
tree5751011bf6b15048deede38b024016b2985f2095
parent2b37b49e2c7c15e146a64b6c209e549ad8517555
Make it possible to force async at server side on new NFS server, similar
to the old one's nfs.nfsrv.async.

Please note that by enabling this option (default is disabled), the system
could potentionally have silent data corruption if the server crashes
before write is committed to non-volatile storage, as the client side have
no way to tell if the data is already written.

Submitted by: rmacklem
MFC after: 2 weeks
sys/fs/nfsserver/nfs_nfsdserv.c