linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* mount context "got_ ..." variables
@ 2021-04-24  0:17 Steve French
  2021-04-24  0:27 ` ronnie sahlberg
  0 siblings, 1 reply; 2+ messages in thread
From: Steve French @ 2021-04-24  0:17 UTC (permalink / raw)
  To: ronnie sahlberg; +Cc: CIFS

Do you know why we set "got_rsize" and "got_bsize"?  I don't see
checks for these?

case Opt_rsize:
ctx->rsize = result.uint_32;
ctx->got_rsize = true;
break;

-- 
Thanks,

Steve

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

* Re: mount context "got_ ..." variables
  2021-04-24  0:17 mount context "got_ ..." variables Steve French
@ 2021-04-24  0:27 ` ronnie sahlberg
  0 siblings, 0 replies; 2+ messages in thread
From: ronnie sahlberg @ 2021-04-24  0:27 UTC (permalink / raw)
  To: Steve French; +Cc: CIFS

I think they were planned to be used for deciding if we should print
the argument in the mount output or not

On Sat, Apr 24, 2021 at 10:17 AM Steve French <smfrench@gmail.com> wrote:
>
> Do you know why we set "got_rsize" and "got_bsize"?  I don't see
> checks for these?
>
> case Opt_rsize:
> ctx->rsize = result.uint_32;
> ctx->got_rsize = true;
> break;
>
> --
> Thanks,
>
> Steve

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

end of thread, other threads:[~2021-04-24  0:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-24  0:17 mount context "got_ ..." variables Steve French
2021-04-24  0:27 ` ronnie sahlberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).