All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fixes to cifs_show_options
@ 2012-04-24 14:27 Sachin Prabhu
  2012-04-24 16:37 ` Steve French
  0 siblings, 1 reply; 2+ messages in thread
From: Sachin Prabhu @ 2012-04-24 14:27 UTC (permalink / raw)
  To: Linux CIFS mailing list; +Cc: Shirish Pargaonkar, smfrench

/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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 0/2] Fixes to cifs_show_options
  2012-04-24 14:27 [PATCH 0/2] Fixes to cifs_show_options Sachin Prabhu
@ 2012-04-24 16:37 ` Steve French
  0 siblings, 0 replies; 2+ messages in thread
From: Steve French @ 2012-04-24 16:37 UTC (permalink / raw)
  To: Sachin Prabhu; +Cc: Linux CIFS mailing list, Shirish Pargaonkar

merged

On Tue, Apr 24, 2012 at 9:27 AM, Sachin Prabhu <sprabhu-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> wrote:
> /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
>
>



-- 
Thanks,

Steve

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-04-24 16:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-24 14:27 [PATCH 0/2] Fixes to cifs_show_options Sachin Prabhu
2012-04-24 16:37 ` Steve French

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.