commit | 28f8881023c9713c303c0feda270929f9384c019 | [log] [tgz] |
---|---|---|
author | Sachin Prabhu <sprabhu@redhat.com> | Tue Apr 24 15:28:30 2012 +0100 |
committer | Steve French <sfrench@us.ibm.com> | Tue Apr 24 11:36:25 2012 -0500 |
tree | 3e533cb1ca1594b0ed61aaed444bcb54f9ba8b53 | |
parent | 3c7c87fd5bd71f57c68a64d11a15170d0dc4f7aa [diff] |
Use correct conversion specifiers in cifs_show_options cifs_show_options uses the wrong conversion specifier for uid, gid, rsize & wsize. Correct this to %u to match it to the variable type 'unsigned integer'. Signed-off-by: Sachin Prabhu <sprabhu@redhat.com> Reviewed-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>