commit | d03ab29dbbe905c6c7c5abd78e02547fa954ec07 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@poochiereds.net> | Tue May 17 12:28:45 2016 -0400 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Tue May 17 15:48:11 2016 -0400 |
tree | 290ac16ad003538b28b47514c0e29b9e49fd559d | |
parent | 95e2b7e95d43c5c95620b12355a90713268376d3 [diff] |
pnfs: fix bad error handling in send_layoutget Currently, the code will clear the fail bit if we get back a fatal error. I don't think that's correct -- we want to clear that bit if we do not get a fatal error. Fixes: 0bcbf039f6 (nfs: handle request add failure properly) Signed-off-by: Jeff Layton <jeff.layton@primarydata.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>