aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hfs/attr.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/hfs/attr.c')
-rw-r--r--fs/hfs/attr.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/fs/hfs/attr.c b/fs/hfs/attr.c
index 8d931b157bbe..064f92f17efc 100644
--- a/fs/hfs/attr.c
+++ b/fs/hfs/attr.c
@@ -56,10 +56,9 @@ out:
return res;
}
-ssize_t hfs_getxattr(struct dentry *dentry, const char *name,
- void *value, size_t size)
+ssize_t hfs_getxattr(struct dentry *unused, struct inode *inode,
+ const char *name, void *value, size_t size)
{
- struct inode *inode = d_inode(dentry);
struct hfs_find_data fd;
hfs_cat_rec rec;
struct hfs_cat_file *file;