summaryrefslogtreecommitdiff
path: root/fs/hfs/attr.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/hfs/attr.c')
-rw-r--r--fs/hfs/attr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/hfs/attr.c b/fs/hfs/attr.c
index 74fa62643136..08222a9c5d31 100644
--- a/fs/hfs/attr.c
+++ b/fs/hfs/attr.c
@@ -115,7 +115,7 @@ out:
static int hfs_xattr_get(const struct xattr_handler *handler,
struct dentry *unused, struct inode *inode,
- const char *name, void *value, size_t size)
+ const char *name, void *value, size_t size, int flags)
{
return __hfs_getxattr(inode, handler->flags, value, size);
}