commit | 1dbc269e95f34cc071c33db6cd02a5f5f746226e | [log] [tgz] |
---|---|---|
author | Roman Storozhenko <romeusmeister@gmail.com> | Tue Jun 13 13:04:36 2017 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jun 14 12:37:22 2017 +0200 |
tree | 0f5db8569897332c5b9951cad7f5a65e899e828c | |
parent | 1802d96eb6f9548474e03acd1e28d71d0981290c [diff] |
staging: lustre: llite: Replace the symbolic file permission mode with the numeric one Replaces S_IRWXUGO with 0777. The reason is that symbolic permissions considered harmful: https://lwn.net/Articles/696229/ Signed-off-by: Roman Storozhenko <romeusmeister@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>