[lustre-devel] [PATCH] staging: lustre: llite: Replace the symbolic file permission mode with the numeric one

Roman Storozhenko romeusmeister at gmail.com
Sat Jun 10 05:01:50 PDT 2017


On Fri, Jun 09, 2017 at 08:13:49PM +0000, Cory Spitz wrote:
> Roman,
> You have “0007” in the description vs. “0777” in the patch.
> -Cory
> 
> 
> On 6/8/17, 12:25 PM, "lustre-devel on behalf of Roman Storozhenko" <lustre-devel-bounces at lists.lustre.org on behalf of romeusmeister at gmail.com> wrote:
> 
>     Replaces S_IRWXUGO with 0007. The reason is that symbolic permissions
> 
> 
> +		mode = data->ioc_type != 0 ? data->ioc_type : 0777;
>  
> 

Thanks that you pointed out that error. I have published the second
version of the patch here:
http://lists.lustre.org/pipermail/lustre-devel-lustre.org/2017-June/005727.html


More information about the lustre-devel mailing list