| Submitter | Andy Whitcroft |
|---|---|
| Date | Sept. 13, 2011, 1:24 p.m. |
| Message ID | <1315920242-8819-3-git-send-email-apw@canonical.com> |
| Download | mbox | patch |
| Permalink | /patch/114490/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/fs/cifs/cifssmb.c b/fs/cifs/cifssmb.c index 04b755a..665b128 100644 --- a/fs/cifs/cifssmb.c +++ b/fs/cifs/cifssmb.c @@ -3596,7 +3596,8 @@ int CIFSFindNext(const int xid, struct cifsTconInfo *tcon, T2_FNEXT_RSP_PARMS *parms; char *response_data; int rc = 0; - int bytes_returned, name_len; + int bytes_returned; + unsigned int name_len; __u16 params, byte_count; cFYI(1, ("In FindNext"));