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

Cory Spitz spitzcor at cray.com
Fri Jun 9 13:13:49 PDT 2017


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;
 



More information about the lustre-devel mailing list