Linux NFS development
 help / color / mirror / Atom feed
From: Neil Brown <neilb@suse.de>
To: Steve Dickson <SteveD@redhat.com>, Amit Gud <agud@redhat.com>
Cc: "'nfs@lists.sourceforge.net'" <nfs@lists.sourceforge.net>
Subject: Re: [PATCH 01/11] nfs-utils: mount: non-nfs mount options
Date: Tue, 27 Feb 2007 17:04:47 +1100	[thread overview]
Message-ID: <17891.51711.148463.251589@notabene.brown> (raw)
In-Reply-To: message from Steve Dickson on Monday February 26

On Monday February 26, SteveD@redhat.com wrote:
> commit 806b02f63fe6e01946d84a1f14c74e977be76530
> Author: Amit Gud <agud@redhat.com>
> Date:   Sat Feb 24 14:31:13 2007 -0500
> 
>     Added the following non-nfs mount options as suggested
>     but upstream code reviews:
>     
>         [no]auto, [no]users, [no]user, [no]owner, [no]group
>     	    _netdev, comment

This patch does a lot more than that brief description suggests.

- The 'users' / 'user' changes are enough to be a patch in itself,
  particularly as it is a security issue and needs careful review.
  mount and umount do similar tests here and it would be good to
  include them in the library (nfs/fstab.c).

- 'const' is removed from nfs_mntent_s, and copy_mntent is introduced
  .. are those related?

- You copy instead of link the 4 different mount.* programs, which
  might be a good thing, but deserves a comment in the changelog.

- Some printf change to fprintf, which is good, but seems to be
  independent of the rest.

and possible some other things that I didn't notice.  As this is a
setuid program, I really want to be able to review changes in
isolation please.

Thanks,
NeilBrown

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

  reply	other threads:[~2007-02-27  6:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-26 11:17 [PATCH 01/11] nfs-utils: mount: non-nfs mount options Steve Dickson
2007-02-27  6:04 ` Neil Brown [this message]
2007-03-16 15:25   ` Steve Dickson
2007-03-18 23:41     ` Neil Brown
2007-03-22 21:23       ` Amit Gud

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=17891.51711.148463.251589@notabene.brown \
    --to=neilb@suse.de \
    --cc=SteveD@redhat.com \
    --cc=agud@redhat.com \
    --cc=nfs@lists.sourceforge.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox