commit | e95fc4a06983c14273a39d26aad9cc5a8a09ff64 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Sat Jun 25 17:57:39 2016 -0400 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Tue Jul 05 19:11:08 2016 -0400 |
tree | b5a1fa10278be617175f2c8cb99ddf0cad3b85e8 | |
parent | 837bb1d752d92ea4d870877ffbd6ec5cf76624b3 [diff] |
NFSv4.2: llseek(SEEK_HOLE) and llseek(SEEK_DATA) don't require data sync We want to ensure that we write the cached data to the server, but don't require it be synced to disk. If the server reboots, we will get a stateid error, which will cause us to retry anyway. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>