mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-16 21:35:07 +00:00
bcachefs: move bch2_xattr_handlers to .rodata
A series posted previously moved all of the `struct xattr_handler` tables to .rodata for each filesystem [1]. However, this appears to have been done shortly before bcachefs was merged, so bcachefs was missed at that time. Link: https://lkml.kernel.org/r/20230930050033.41174-1-wedsonaf@gmail.com [1] Cc: Wedson Almeida Filho <wedsonaf@gmail.com> Signed-off-by: Thomas Bertschinger <tahbertschinger@gmail.com> Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
6952c5b0d7
commit
cf3d513801
@ -609,7 +609,7 @@ static const struct xattr_handler bch_xattr_bcachefs_effective_handler = {
|
||||
|
||||
#endif /* NO_BCACHEFS_FS */
|
||||
|
||||
const struct xattr_handler *bch2_xattr_handlers[] = {
|
||||
const struct xattr_handler * const bch2_xattr_handlers[] = {
|
||||
&bch_xattr_user_handler,
|
||||
&bch_xattr_trusted_handler,
|
||||
&bch_xattr_security_handler,
|
||||
|
@ -44,6 +44,6 @@ int bch2_xattr_set(struct btree_trans *, subvol_inum,
|
||||
|
||||
ssize_t bch2_xattr_list(struct dentry *, char *, size_t);
|
||||
|
||||
extern const struct xattr_handler *bch2_xattr_handlers[];
|
||||
extern const struct xattr_handler * const bch2_xattr_handlers[];
|
||||
|
||||
#endif /* _BCACHEFS_XATTR_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user