X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2F9p%2Fvfs_super.c;h=c70251d47ed196c65594365091c1125f4e86d987;hb=b3aec7b686329e6bb65aa08c7f9458f7fd512f06;hp=feef6cdc1fd22d23ba45a8f98f2f21ec0a0dc95a;hpb=f686c74cc3e78349d16d46fc72807354574b1516;p=~andy%2Flinux diff --git a/fs/9p/vfs_super.c b/fs/9p/vfs_super.c index feef6cdc1fd..c70251d47ed 100644 --- a/fs/9p/vfs_super.c +++ b/fs/9p/vfs_super.c @@ -149,7 +149,7 @@ static struct dentry *v9fs_mount(struct file_system_type *fs_type, int flags, else sb->s_d_op = &v9fs_dentry_operations; - inode = v9fs_get_inode(sb, S_IFDIR | mode); + inode = v9fs_get_inode(sb, S_IFDIR | mode, 0); if (IS_ERR(inode)) { retval = PTR_ERR(inode); goto release_sb;