udf: use octal for permissions
According to commit f90774e1fd
("checkpatch: look for symbolic
permissions and suggest octal instead")
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Jan Kara <jack@suse.cz>
This commit is contained in:

committed by
Jan Kara

parent
139c279fb9
commit
6ff6b2b329
@@ -906,7 +906,7 @@ out:
|
||||
static int udf_symlink(struct inode *dir, struct dentry *dentry,
|
||||
const char *symname)
|
||||
{
|
||||
struct inode *inode = udf_new_inode(dir, S_IFLNK | S_IRWXUGO);
|
||||
struct inode *inode = udf_new_inode(dir, S_IFLNK | 0777);
|
||||
struct pathComponent *pc;
|
||||
const char *compstart;
|
||||
struct extent_position epos = {};
|
||||
|
Reference in New Issue
Block a user