VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Al Viro <viro@zeniv.linux.org.uk> 2012-06-10 17:13:09 -0400 committer: Al Viro <viro@zeniv.linux.org.uk> 2012-07-14 16:34:32 +0400 commit: 00cd8dd3bf95f2cc8435b4cac01d9995635c6d0b parent: 201f956e43d4542723514e024d948011dd766d43
Commit Summary:
stop passing nameidata to ->lookup()
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/omfs/dir.c b/fs/omfs/dir.c
index f00576ec320f..3d254872e641 100644
--- a/fs/omfs/dir.c
+++ b/fs/omfs/dir.c
@@ -291,7 +291,7 @@ static int omfs_create(struct inode *dir, struct dentry *dentry, umode_t mode,
 }
 
 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;