kernel/fs/hfs/attr.c
.. .. @@ -115,7 +115,7 @@ 115 115 116 116 static int hfs_xattr_get(const struct xattr_handler *handler, 117 117 struct dentry *unused, struct inode *inode, 118 - const char *name, void *value, size_t size)118 + const char *name, void *value, size_t size, int flags)119 119 { 120 120 return __hfs_getxattr(inode, handler->flags, value, size); 121 121 }