You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
sysv: propagate umode_t
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
+1
-1
@@ -132,7 +132,7 @@ void sysv_free_inode(struct inode * inode)
|
||||
brelse(bh);
|
||||
}
|
||||
|
||||
struct inode * sysv_new_inode(const struct inode * dir, mode_t mode)
|
||||
struct inode * sysv_new_inode(const struct inode * dir, umode_t mode)
|
||||
{
|
||||
struct super_block *sb = dir->i_sb;
|
||||
struct sysv_sb_info *sbi = SYSV_SB(sb);
|
||||
|
||||
Reference in New Issue
Block a user