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)
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>

No differences found