btrfs: include linux/security.h in super.c
authorJosef Bacik <josef@toxicpanda.com>
Fri, 25 Aug 2023 20:19:29 +0000 (16:19 -0400)
committerDavid Sterba <dsterba@suse.com>
Thu, 12 Oct 2023 14:44:03 +0000 (16:44 +0200)
commitc60a28806c00e02181868528bc49d175e335d8e0
tree769c0d2babee96ec8753909f1072524029ee9098
parent5335f4376cdc3b19e2b36bf31ad6664092f0e356
btrfs: include linux/security.h in super.c

We use some of the security related code in here, include it in super.c
so we can remove the include from ctree.h.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/super.c