Christian Brauner d9f892b9bd
reiserfs: rework priv inode handling
Reiserfs is the only filesystem that removes IOP_XATTR without also
using a set of dedicated inode operations at the same time that nop all
xattr related inode operations. This means we need to have a IOP_XATTR
check in vfs_listxattr() instead of just being able to check for
->listxatt() being implemented.

Introduce a dedicated set of nop inode operations that are used when
IOP_XATTR is removed, allowing us to remove that check from
vfs_listxattr(). This in turn allows us to completely decouple POSIX ACLs from
IOP_XATTR.

Cc: reiserfs-devel@vger.kernel.org
Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org>
2023-03-06 09:57:13 +01:00
..
2023-03-06 09:57:12 +01:00
2023-02-20 14:10:36 -08:00
2023-03-06 09:57:12 +01:00
2023-03-06 09:57:12 +01:00
2023-03-06 09:57:12 +01:00
2023-02-21 11:07:23 -08:00
2023-02-20 12:33:41 -08:00
2023-02-27 10:04:49 -08:00
2023-02-24 12:58:55 -08:00
2023-03-01 08:42:27 -08:00
2023-02-27 09:53:58 -08:00
2023-03-06 09:57:12 +01:00
2023-03-06 09:57:12 +01:00
2023-02-24 12:58:55 -08:00
2023-02-23 14:16:56 -08:00
2023-03-01 18:18:25 -06:00
2023-03-06 09:57:12 +01:00
2023-03-06 09:57:11 +01:00
2023-02-21 10:45:51 -08:00
2023-03-06 09:57:12 +01:00
2022-12-23 11:55:54 -08:00
2023-02-21 10:45:51 -08:00
2023-03-06 09:57:12 +01:00
2023-02-22 14:11:54 -08:00
2023-02-20 11:53:11 -08:00
2023-01-31 15:01:20 +01:00
2022-10-10 19:45:17 -07:00
2023-02-20 11:53:11 -08:00
2023-02-20 11:53:11 -08:00
2023-02-20 14:10:36 -08:00
2022-10-10 14:21:11 -07:00
2023-02-20 11:53:11 -08:00
2023-02-21 10:45:51 -08:00
2023-02-20 14:10:36 -08:00
2023-01-19 09:24:30 +01:00
2023-02-22 14:21:40 -08:00
2023-01-11 15:47:40 -05:00
2022-12-21 14:45:25 +01:00
2023-02-20 11:53:11 -08:00
2023-02-20 14:10:36 -08:00
2023-02-20 11:53:11 -08:00
2023-03-06 09:57:11 +01:00