commit | 1e564d3dbd684a105582471cb9ff2aada64a9052 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Sat Jun 25 17:50:53 2016 -0400 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Tue Jul 05 19:11:07 2016 -0400 |
tree | bab58a4d7ddb228f6eb7e891540e3bf017587f38 | |
parent | 79566ef018f53a181f067afdf7bef9cc53f9d34b [diff] |
NFSv4.2: Fix a race in nfs42_proc_deallocate() When punching holes in a file, we want to ensure the operation is serialised w.r.t. other writes, meaning that we want to call nfs_sync_inode() while holding the inode lock. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>