commit | 77159b4df894f9e5e31f709fb0e5e52f6c1b1048 | [log] [tgz] |
---|---|---|
author | Steve French <sfrench@us.ibm.com> | Fri Aug 31 01:10:17 2007 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Fri Aug 31 01:10:17 2007 +0000 |
tree | 75702d1546938f23fbb8ba59285e437078eff1f8 | |
parent | 26f57364d7cdef9d7ebe27c931fff5e4f21ffb1c [diff] [blame] |
[CIFS] Fix warnings shown by newer version of sparse Signed-off-by: Steve French <sfrench@us.ibm.com>
diff --git a/fs/cifs/dir.c b/fs/cifs/dir.c index 4830acc..db5287a 100644 --- a/fs/cifs/dir.c +++ b/fs/cifs/dir.c
@@ -397,7 +397,7 @@ /* BB Do not bother to decode buf since no local inode yet to put timestamps in, but we can reuse it safely */ - int bytes_written; + unsigned int bytes_written; struct win_dev *pdev; pdev = (struct win_dev *)buf; if (S_ISCHR(mode)) {