X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fllite%2Fremote_perm.c;h=7c0694989f9337e7c0c8280624f70a1f33bdc6dc;hb=805392ae4c4a4295d0f027234c83a670dfdc2268;hp=ae7b453f7e3fef98c47b77c20d6214f67ab25f37;hpb=3db2db358a6e427bd7461c52dbd498de808a6659;p=fs%2Flustre-release.git diff --git a/lustre/llite/remote_perm.c b/lustre/llite/remote_perm.c index ae7b453..7c06949 100644 --- a/lustre/llite/remote_perm.c +++ b/lustre/llite/remote_perm.c @@ -285,6 +285,7 @@ int lustre_check_remote_perm(struct inode *inode, int mask) break; ptlrpc_req_finished(req); + req = NULL; } while (1); ptlrpc_req_finished(req); RETURN(rc);