public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: "Matwey V. Kornilov" <matwey@sai.msu.ru>
Cc: Baole Ni <baolex.ni@intel.com>, Jiri Slaby <jslaby@suse.com>,
	m.chehab@samsung.com, m.szyprowski@samsung.com,
	kyungmin.park@samsung.com, k.kozlowski@samsung.com,
	linux-serial@vger.kernel.org,
	linux-kernel <linux-kernel@vger.kernel.org>,
	andriy.shevchenko@linux.intel.com, phillip.raffeck@fau.de,
	anton.wuerfel@fau.de, Peter Hurley <peter@hurleysoftware.com>,
	yamada.masahiro@socionext.com,
	wan.ahmad.zainie.wan.mohamad@intel.com,
	mail@maciej.szmigiero.name, chuansheng.liu@intel.com
Subject: Re: [PATCH 0967/1285] Replace numeric parameter like 0444 with macro
Date: Tue, 2 Aug 2016 15:46:34 +0200	[thread overview]
Message-ID: <20160802134634.GA26043@kroah.com> (raw)
In-Reply-To: <CAJs94EZzq6+d1+ZLBKoEDfvxV=qbW++diQ=eqauOSY1VDkSH4A@mail.gmail.com>

On Tue, Aug 02, 2016 at 04:34:20PM +0300, Matwey V. Kornilov wrote:
> And actually S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH  can be simplified
> to S_IRUGO | S_IWUSR, not?
> I think we need to have and use dedicated special macros for most
> common magic octal permissions like 0755 or 0644.

We already do have them, the developer here decided to not use them for
some unknown reason, making all 1285 of these patches wrong :(

      reply	other threads:[~2016-08-02 16:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-02 12:03 [PATCH 0967/1285] Replace numeric parameter like 0444 with macro Baole Ni
2016-08-02 13:19 ` Matwey V. Kornilov
2016-08-02 13:34   ` Matwey V. Kornilov
2016-08-02 13:46     ` Greg KH [this message]

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=20160802134634.GA26043@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=anton.wuerfel@fau.de \
    --cc=baolex.ni@intel.com \
    --cc=chuansheng.liu@intel.com \
    --cc=jslaby@suse.com \
    --cc=k.kozlowski@samsung.com \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=m.chehab@samsung.com \
    --cc=m.szyprowski@samsung.com \
    --cc=mail@maciej.szmigiero.name \
    --cc=matwey@sai.msu.ru \
    --cc=peter@hurleysoftware.com \
    --cc=phillip.raffeck@fau.de \
    --cc=wan.ahmad.zainie.wan.mohamad@intel.com \
    --cc=yamada.masahiro@socionext.com \
    /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