Commits
![Trond Myklebust](https://secure.gravatar.com/avatar/819e702a94541c03dd885c329ee329d0.jpg?s=96&d=mm)
Trond Myklebust committed 4b0934baf93
NFSv4.1/pNFS: Fix a race in initiate_file_draining() Peng Tao points out that the call to pnfs_mark_matching_lsegs_return() could race with pnfs_put_lseg(), in which case the layout segment is cleared, but no layoutreturn will be sent. Fix is to replace the call to pnfs_mark_matching_lsegs_invalid(). Reported-by: Peng Tao <tao.peng@primarydata.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>