All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: "Jens Axboe" <axboe@kernel.dk>,
	"Ed L. Cashin" <ed.cashin@acm.org>,
	"Philipp Reisner" <philipp.reisner@linbit.com>,
	"Lars Ellenberg" <lars.ellenberg@linbit.com>,
	"Jiri Kosina" <jikos@kernel.org>,
	"Josef Bacik" <josef@toxicpanda.com>,
	linux-block@vger.kernel.org, "Ilya Dryomov" <idryomov@gmail.com>,
	"Sage Weil" <sage@redhat.com>, "Alex Elder" <elder@kernel.org>,
	"Philip Kelleher" <pjk1939@linux.vnet.ibm.com>,
	"Michael S. Tsirkin" <mst@redhat.com>,
	"Jason Wang" <jasowang@redhat.com>,
	"Konrad Rzeszutek Wilk" <konrad.wilk@oracle.com>,
	"Roger Pau Monné" <roger.pau@citrix.com>,
	"Boris Ostrovsky" <boris.ostrovsky@oracle.com>,
	"Juergen Gross" <jgross@suse.com>
Cc: linux-kernel@vger.kernel.org, nbd@other.debian.org,
	xen-devel@lists.xenproject.org, ceph-devel@vger.kernel.org,
	virtualization@lists.linux-foundation.org,
	drbd-dev@lists.linbit.com
Subject: Re: [PATCH] block drivers/block: Use octal not symbolic permissions
Date: Wed, 23 May 2018 14:41:30 -0700	[thread overview]
Message-ID: <cd46916c876eb552579a5c91b62780c315dd67f8.camel__15076.0749391795$1527116230$gmane$org@perches.com> (raw)
In-Reply-To: <6bf44255-145f-bf14-e254-860731ff9296@kernel.dk>

On Wed, 2018-05-23 at 15:27 -0600, Jens Axboe wrote:
> On 5/23/18 2:05 PM, Joe Perches wrote:
> > Convert the S_<FOO> symbolic permissions to their octal equivalents as
> > using octal and not symbolic permissions is preferred by many as more
> > readable.
> > 
> > see: https://lkml.org/lkml/2016/8/2/1945
> > 
> > Done with automated conversion via:
> > $ ./scripts/checkpatch.pl -f --types=SYMBOLIC_PERMS --fix-inplace <files...>
> > 
> > Miscellanea:
> > 
> > o Wrapped modified multi-line calls to a single line where appropriate
> > o Realign modified multi-line calls to open parenthesis
> 
> Honestly, I see this as pretty needless churn.

It's just for consistency and the ability to highlight
somewhat unusual permissions uses like just 0400.

Apply it at your leisure or ignore it.

btw: Joshua Morris' email address is bouncing.
Maybe it should be removed from MAINTAINERS.
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9051a9ca24a2..0d546a10d0b9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5598,7 +5598,6 @@ F:	drivers/base/firmware_loader/
 F:	include/linux/firmware.h
 
 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash
Card)
-M:	Joshua Morris <josh.h.morris@us.ibm.com>
 M:	Philip Kelleher <pjk1939@linux.vnet.ibm.com>
 S:	Maintained
 F:	drivers/block/rsxx/

  reply	other threads:[~2018-05-23 21:41 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-23 20:05 [PATCH] block drivers/block: Use octal not symbolic permissions Joe Perches
2018-05-23 21:27 ` Jens Axboe
2018-05-23 21:27 ` Jens Axboe
2018-05-23 21:27 ` Jens Axboe
2018-05-23 21:27   ` Jens Axboe
2018-05-23 21:41   ` Joe Perches [this message]
2018-05-23 21:41   ` Joe Perches
2018-05-23 21:41   ` Joe Perches
2018-05-23 22:35   ` Joe Perches
2018-05-23 22:35   ` Joe Perches
2018-05-23 22:35   ` Joe Perches
2018-05-24 12:47     ` Jens Axboe
2018-05-24 12:47     ` Jens Axboe
2018-05-24 12:47       ` Jens Axboe
2018-05-24 13:01       ` Joe Perches
2018-05-24 13:01       ` Joe Perches
2018-05-24 13:01       ` Joe Perches
2018-05-24 19:40         ` Jens Axboe
2018-05-24 19:40         ` Jens Axboe
2018-05-24 19:40         ` Jens Axboe
2018-05-24 19:40           ` Jens Axboe
2018-05-24 12:47     ` Jens Axboe
2018-05-23 20:05 Joe Perches
2018-05-23 20:05 Joe Perches

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='cd46916c876eb552579a5c91b62780c315dd67f8.camel__15076.0749391795$1527116230$gmane$org@perches.com' \
    --to=joe@perches.com \
    --cc=axboe@kernel.dk \
    --cc=boris.ostrovsky@oracle.com \
    --cc=ceph-devel@vger.kernel.org \
    --cc=drbd-dev@lists.linbit.com \
    --cc=ed.cashin@acm.org \
    --cc=elder@kernel.org \
    --cc=idryomov@gmail.com \
    --cc=jasowang@redhat.com \
    --cc=jgross@suse.com \
    --cc=jikos@kernel.org \
    --cc=josef@toxicpanda.com \
    --cc=konrad.wilk@oracle.com \
    --cc=lars.ellenberg@linbit.com \
    --cc=linux-block@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mst@redhat.com \
    --cc=nbd@other.debian.org \
    --cc=philipp.reisner@linbit.com \
    --cc=pjk1939@linux.vnet.ibm.com \
    --cc=roger.pau@citrix.com \
    --cc=sage@redhat.com \
    --cc=virtualization@lists.linux-foundation.org \
    --cc=xen-devel@lists.xenproject.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.