From: Sachin Prabhu <sprabhu-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: Linux CIFS mailing list
<linux-cifs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Cc: Shirish Pargaonkar
<shirishpargaonkar-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
smfrench <smfrench-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Subject: [PATCH 0/2] Fixes to cifs_show_options
Date: Tue, 24 Apr 2012 15:27:46 +0100 [thread overview]
Message-ID: <1335277666.3604.7.camel@localhost> (raw)
/proc/mounts does not show the mount options backupuid/backupgid for
cifs shares mounted with those options.
While adding the backupuid/backupgid options to cifs_show_options, I
noticed that we incorrectly use %d instead of %u for the unsigned
variables used to denote uid, gid, rsize and wsize. This is fixed
by the second patch
Sachin Prabhu (2):
CIFS: Show backupuid/gid in /proc/mounts
Use correct conversion specifiers in cifs_show_options
fs/cifs/cifsfs.c | 12 ++++++++----
fs/cifs/connect.c | 12 ++++++------
2 files changed, 14 insertions(+), 10 deletions(-)
--
1.7.7.6
next reply other threads:[~2012-04-24 14:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-24 14:27 Sachin Prabhu [this message]
2012-04-24 16:37 ` [PATCH 0/2] Fixes to cifs_show_options Steve French
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1335277666.3604.7.camel@localhost \
--to=sprabhu-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
--cc=linux-cifs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=shirishpargaonkar-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=smfrench-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.