hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/fs/ext4/xattr_security.c
....@@ -15,7 +15,7 @@
1515 static int
1616 ext4_xattr_security_get(const struct xattr_handler *handler,
1717 struct dentry *unused, struct inode *inode,
18
- const char *name, void *buffer, size_t size)
18
+ const char *name, void *buffer, size_t size, int flags)
1919 {
2020 return ext4_xattr_get(inode, EXT4_XATTR_INDEX_SECURITY,
2121 name, buffer, size);