diff options
author | Thorsten Blum <thorsten.blum@toblux.com> | 2024-05-02 23:26:30 +0200 |
---|---|---|
committer | Miklos Szeredi <mszeredi@redhat.com> | 2024-05-10 13:22:46 +0200 |
commit | e9229c18dae3b3c2556cea8413edd1f76c78d767 (patch) | |
tree | 8bfbab79fdb639e13e29ddbd9f417f877344f0d1 /fs/overlayfs | |
parent | 096802748ea1dea8b476938e0a8dc16f4bd2f1ad (diff) |
ovl: remove duplicate included header
Remove duplicate included header file linux/posix_acl.h
Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'fs/overlayfs')
-rw-r--r-- | fs/overlayfs/inode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/overlayfs/inode.c b/fs/overlayfs/inode.c index c63b31a460be..35fd3e3e1778 100644 --- a/fs/overlayfs/inode.c +++ b/fs/overlayfs/inode.c @@ -8,7 +8,6 @@ #include <linux/slab.h> #include <linux/cred.h> #include <linux/xattr.h> -#include <linux/posix_acl.h> #include <linux/ratelimit.h> #include <linux/fiemap.h> #include <linux/fileattr.h> |