File tree Expand file tree Collapse file tree 21 files changed +0
-80
lines changed Expand file tree Collapse file tree 21 files changed +0
-80
lines changed Original file line number Diff line number Diff line change @@ -183,10 +183,6 @@ static struct xattr_handler v9fs_xattr_security_handler = {
183
183
const struct xattr_handler * v9fs_xattr_handlers [] = {
184
184
& v9fs_xattr_user_handler ,
185
185
& v9fs_xattr_trusted_handler ,
186
- #ifdef CONFIG_FS_POSIX_ACL
187
- & posix_acl_access_xattr_handler ,
188
- & posix_acl_default_xattr_handler ,
189
- #endif
190
186
#ifdef CONFIG_9P_FS_SECURITY
191
187
& v9fs_xattr_security_handler ,
192
188
#endif
Original file line number Diff line number Diff line change @@ -444,10 +444,6 @@ static const struct xattr_handler btrfs_btrfs_xattr_handler = {
444
444
445
445
const struct xattr_handler * btrfs_xattr_handlers [] = {
446
446
& btrfs_security_xattr_handler ,
447
- #ifdef CONFIG_BTRFS_FS_POSIX_ACL
448
- & posix_acl_access_xattr_handler ,
449
- & posix_acl_default_xattr_handler ,
450
- #endif
451
447
& btrfs_trusted_xattr_handler ,
452
448
& btrfs_user_xattr_handler ,
453
449
& btrfs_btrfs_xattr_handler ,
Original file line number Diff line number Diff line change @@ -1411,10 +1411,6 @@ void ceph_release_acl_sec_ctx(struct ceph_acl_sec_ctx *as_ctx)
1411
1411
* attributes are handled directly.
1412
1412
*/
1413
1413
const struct xattr_handler * ceph_xattr_handlers [] = {
1414
- #ifdef CONFIG_CEPH_FS_POSIX_ACL
1415
- & posix_acl_access_xattr_handler ,
1416
- & posix_acl_default_xattr_handler ,
1417
- #endif
1418
1414
& ceph_other_xattr_handler ,
1419
1415
NULL ,
1420
1416
};
Original file line number Diff line number Diff line change @@ -487,9 +487,5 @@ const struct xattr_handler *cifs_xattr_handlers[] = {
487
487
& smb3_ntsd_xattr_handler , /* alias for above since avoiding "cifs" */
488
488
& cifs_cifs_ntsd_full_xattr_handler ,
489
489
& smb3_ntsd_full_xattr_handler , /* alias for above since avoiding "cifs" */
490
- #ifdef CONFIG_FS_POSIX_ACL
491
- & posix_acl_access_xattr_handler ,
492
- & posix_acl_default_xattr_handler ,
493
- #endif
494
490
NULL
495
491
};
Original file line number Diff line number Diff line change @@ -1210,10 +1210,6 @@ static const struct xattr_handler ecryptfs_xattr_handler = {
1210
1210
};
1211
1211
1212
1212
const struct xattr_handler * ecryptfs_xattr_handlers [] = {
1213
- #ifdef CONFIG_FS_POSIX_ACL
1214
- & posix_acl_access_xattr_handler ,
1215
- & posix_acl_default_xattr_handler ,
1216
- #endif
1217
1213
& ecryptfs_xattr_handler ,
1218
1214
NULL
1219
1215
};
Original file line number Diff line number Diff line change @@ -463,10 +463,6 @@ const struct xattr_handler __maybe_unused erofs_xattr_security_handler = {
463
463
464
464
const struct xattr_handler * erofs_xattr_handlers [] = {
465
465
& erofs_xattr_user_handler ,
466
- #ifdef CONFIG_EROFS_FS_POSIX_ACL
467
- & posix_acl_access_xattr_handler ,
468
- & posix_acl_default_xattr_handler ,
469
- #endif
470
466
& erofs_xattr_trusted_handler ,
471
467
#ifdef CONFIG_EROFS_FS_SECURITY
472
468
& erofs_xattr_security_handler ,
Original file line number Diff line number Diff line change @@ -113,10 +113,6 @@ static const struct xattr_handler *ext2_xattr_handler_map[] = {
113
113
const struct xattr_handler * ext2_xattr_handlers [] = {
114
114
& ext2_xattr_user_handler ,
115
115
& ext2_xattr_trusted_handler ,
116
- #ifdef CONFIG_EXT2_FS_POSIX_ACL
117
- & posix_acl_access_xattr_handler ,
118
- & posix_acl_default_xattr_handler ,
119
- #endif
120
116
#ifdef CONFIG_EXT2_FS_SECURITY
121
117
& ext2_xattr_security_handler ,
122
118
#endif
Original file line number Diff line number Diff line change @@ -101,10 +101,6 @@ static const struct xattr_handler * const ext4_xattr_handler_map[] = {
101
101
const struct xattr_handler * ext4_xattr_handlers [] = {
102
102
& ext4_xattr_user_handler ,
103
103
& ext4_xattr_trusted_handler ,
104
- #ifdef CONFIG_EXT4_FS_POSIX_ACL
105
- & posix_acl_access_xattr_handler ,
106
- & posix_acl_default_xattr_handler ,
107
- #endif
108
104
#ifdef CONFIG_EXT4_FS_SECURITY
109
105
& ext4_xattr_security_handler ,
110
106
#endif
Original file line number Diff line number Diff line change @@ -204,10 +204,6 @@ static const struct xattr_handler *f2fs_xattr_handler_map[] = {
204
204
205
205
const struct xattr_handler * f2fs_xattr_handlers [] = {
206
206
& f2fs_xattr_user_handler ,
207
- #ifdef CONFIG_F2FS_FS_POSIX_ACL
208
- & posix_acl_access_xattr_handler ,
209
- & posix_acl_default_xattr_handler ,
210
- #endif
211
207
& f2fs_xattr_trusted_handler ,
212
208
#ifdef CONFIG_F2FS_FS_SECURITY
213
209
& f2fs_xattr_security_handler ,
Original file line number Diff line number Diff line change @@ -1501,8 +1501,6 @@ const struct xattr_handler *gfs2_xattr_handlers_max[] = {
1501
1501
/* GFS2_FS_FORMAT_MIN */
1502
1502
& gfs2_xattr_user_handler ,
1503
1503
& gfs2_xattr_security_handler ,
1504
- & posix_acl_access_xattr_handler ,
1505
- & posix_acl_default_xattr_handler ,
1506
1504
NULL ,
1507
1505
};
1508
1506
You can’t perform that action at this time.
0 commit comments