diff options
author | Steve French <sfrench@us.ibm.com> | 2006-01-12 15:44:21 -0800 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2006-01-12 15:44:21 -0800 |
commit | 0a4b92c05ed02ad7abdd165823eaf4bbcb33ae5c (patch) | |
tree | b9f82422eaa28c88edc6b92e55d9ff57939b865f /fs/cifs/transport.c | |
parent | 94bc2be31a01a3055ec94176e595dfe208e92d3b (diff) | |
download | linux-3.10-0a4b92c05ed02ad7abdd165823eaf4bbcb33ae5c.tar.gz linux-3.10-0a4b92c05ed02ad7abdd165823eaf4bbcb33ae5c.tar.bz2 linux-3.10-0a4b92c05ed02ad7abdd165823eaf4bbcb33ae5c.zip |
[CIFS] Add worker function for Get ACL cifs style
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/transport.c')
-rw-r--r-- | fs/cifs/transport.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/cifs/transport.c b/fs/cifs/transport.c index c96a148c39b..7b98792150e 100644 --- a/fs/cifs/transport.c +++ b/fs/cifs/transport.c @@ -489,7 +489,6 @@ SendReceive2(const unsigned int xid, struct cifsSesInfo *ses, receive_len, xid)); rc = -EIO; } else { /* rcvd frame is ok */ - if (midQ->resp_buf && (midQ->midState == MID_RESPONSE_RECEIVED)) { |