]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: don't include linux/rwlock_types.h directly
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Tue, 17 Dec 2024 07:05:43 +0000 (08:05 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 13 Jan 2025 13:53:18 +0000 (14:53 +0100)
commit57e421867b7aa60783dac3d4caf97af74263f5f5
tree74a92e7a5af251c9233cdce9a3cb2a0efbfbfa6f
parent882af9f13e830c0a4ef696bb72cd5998a5067a93
btrfs: don't include linux/rwlock_types.h directly

The header clearly states that it does not want to be included directly,
only via linux/spinlock_types.h. Drop this as we can simply use the
spinlock.h which is already included.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/fs.h