]> Pileus Git - ~andy/linux/blobdiff - fs/omfs/dir.c
Merge branches 'msm/fixes-non-critical' and 'msm/cleanup' into next/dt
[~andy/linux] / fs / omfs / dir.c
index f00576ec320f26384a021d8cecab6fbcde93dd6a..fb5b3ff79dc6c232161fd89e35d4a23079a62a74 100644 (file)
@@ -285,13 +285,13 @@ static int omfs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode)
 }
 
 static int omfs_create(struct inode *dir, struct dentry *dentry, umode_t mode,
-               struct nameidata *nd)
+               bool excl)
 {
        return omfs_add_node(dir, dentry, mode | S_IFREG);
 }
 
 static struct dentry *omfs_lookup(struct inode *dir, struct dentry *dentry,
-                                 struct nameidata *nd)
+                                 unsigned int flags)
 {
        struct buffer_head *bh;
        struct inode *inode = NULL;