Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1455024
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 0967/1285] Replace numeric parameter like 0444 with macro |
| Date | 2016-08-02 19:00 +0200 |
| Message-ID | <s1LcW-77c-9@gated-at.bofh.it> (permalink) |
| References | <s1HsE-4yN-105@gated-at.bofh.it> <s1I5k-54A-31@gated-at.bofh.it> <s1I5k-54A-29@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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 :(
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0967/1285] Replace numeric parameter like 0444 with macro Baole Ni <baolex.ni@intel.com> - 2016-08-02 15:00 +0200
Re: [PATCH 0967/1285] Replace numeric parameter like 0444 with macro "Matwey V. Kornilov" <matwey@sai.msu.ru> - 2016-08-02 15:40 +0200
Re: [PATCH 0967/1285] Replace numeric parameter like 0444 with macro Greg KH <gregkh@linuxfoundation.org> - 2016-08-02 19:00 +0200
Re: [PATCH 0967/1285] Replace numeric parameter like 0444 with macro "Matwey V. Kornilov" <matwey@sai.msu.ru> - 2016-08-02 16:30 +0200
csiph-web