fs: propagate umode_t, misc bits
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -158,7 +158,7 @@ static int ecryptfs_interpose(struct dentry *lower_dentry,
|
||||
*/
|
||||
static struct inode *
|
||||
ecryptfs_do_create(struct inode *directory_inode,
|
||||
struct dentry *ecryptfs_dentry, int mode)
|
||||
struct dentry *ecryptfs_dentry, umode_t mode)
|
||||
{
|
||||
int rc;
|
||||
struct dentry *lower_dentry;
|
||||
|
Reference in New Issue
Block a user