ERR_STALE: skip recovery on NULL path
Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
parent
bb73eec774
commit
db5e8f9d34
1 changed files with 1 additions and 1 deletions
|
|
@ -304,7 +304,7 @@ retry:
|
||||||
if (argarray[i].op == OP_PUTFH) {
|
if (argarray[i].op == OP_PUTFH) {
|
||||||
putfh = (nfs41_putfh_args*)argarray[i].arg;
|
putfh = (nfs41_putfh_args*)argarray[i].arg;
|
||||||
|
|
||||||
if (!putfh->in_recovery)
|
if (!putfh->in_recovery && putfh->file->path)
|
||||||
nfs41_name_cache_remove_stale(name_cache,
|
nfs41_name_cache_remove_stale(name_cache,
|
||||||
session, putfh->file->path);
|
session, putfh->file->path);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue