Use correct conversion specifiers in cifs_show_options
authorSachin Prabhu <sprabhu@redhat.com>
Tue, 24 Apr 2012 14:28:30 +0000 (15:28 +0100)
committerSteve French <sfrench@us.ibm.com>
Tue, 24 Apr 2012 16:36:25 +0000 (11:36 -0500)
commit28f8881023c9713c303c0feda270929f9384c019
tree3e533cb1ca1594b0ed61aaed444bcb54f9ba8b53
parent3c7c87fd5bd71f57c68a64d11a15170d0dc4f7aa
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>
fs/cifs/cifsfs.c