fs: propagate umode_t, misc bits

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2011-07-26 03:30:54 -04:00
parent 030a8ba48f
commit 175a4eb7ea
9 changed files with 17 additions and 17 deletions

View File

@@ -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;