forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
kernel/fs/9p/acl.c
....@@ -214,7 +214,8 @@
214214
215215 static int v9fs_xattr_get_acl(const struct xattr_handler *handler,
216216 struct dentry *dentry, struct inode *inode,
217
- const char *name, void *buffer, size_t size)
217
+ const char *name, void *buffer, size_t size,
218
+ int flags)
218219 {
219220 struct v9fs_session_info *v9ses;
220221 struct posix_acl *acl;