| Submitter | Andy Whitcroft |
|---|---|
| Date | Sept. 13, 2011, 1:24 p.m. |
| Message ID | <1315920242-8819-2-git-send-email-apw@canonical.com> |
| Download | mbox | patch |
| Permalink | /patch/114489/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/fs/cifs/cifssmb.c b/fs/cifs/cifssmb.c index a3d2a52..2b99900 100644 --- a/fs/cifs/cifssmb.c +++ b/fs/cifs/cifssmb.c @@ -3651,7 +3651,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"));