forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
kernel/fs/hfs/attr.c
....@@ -115,7 +115,7 @@
115115
116116 static int hfs_xattr_get(const struct xattr_handler *handler,
117117 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)
119119 {
120120 return __hfs_getxattr(inode, handler->flags, value, size);
121121 }