diff options
Diffstat (limited to 'fs/sysfs/dir.c')
-rw-r--r-- | fs/sysfs/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/sysfs/dir.c b/fs/sysfs/dir.c index 038e74b3af87..efd373e3e0aa 100644 --- a/fs/sysfs/dir.c +++ b/fs/sysfs/dir.c | |||
@@ -764,7 +764,7 @@ int sysfs_create_dir(struct kobject * kobj) | |||
764 | } | 764 | } |
765 | 765 | ||
766 | static struct dentry * sysfs_lookup(struct inode *dir, struct dentry *dentry, | 766 | static struct dentry * sysfs_lookup(struct inode *dir, struct dentry *dentry, |
767 | struct nameidata *nd) | 767 | unsigned int flags) |
768 | { | 768 | { |
769 | struct dentry *ret = NULL; | 769 | struct dentry *ret = NULL; |
770 | struct dentry *parent = dentry->d_parent; | 770 | struct dentry *parent = dentry->d_parent; |