commit | 59ffd84141472c45a1729a739e4730f974d26e63 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Thu May 19 16:22:55 2011 -0400 |
committer | Steve French <sfrench@us.ibm.com> | Mon May 23 02:59:16 2011 +0000 |
tree | 4790475b37a8130049ca6b33c2fe4115ee709e94 | |
parent | fcc31cb6f1ae6c4e64a463b124d3c2e9cbd7dd70 [diff] |
cifs: add ignore_pend flag to cifs_call_async The current code always ignores the max_pending limit. Have it instead only optionally ignore the pending limit. For CIFSSMBEcho, we need to ignore it to make sure they always can go out. For async reads, writes and potentially other calls, we need to respect it. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>