Skip to content

Commit

Permalink
fs/cachefiles/namei.c: remove duplicate header
Browse files Browse the repository at this point in the history
linux/xattr.h is included more than once.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Sabyasachi Gupta <[email protected]>
Acked-by: Souptick Joarder <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Sabyasachi Gupta authored and torvalds committed May 15, 2019
1 parent 9e9291c commit 081d7d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/cachefiles/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include <linux/namei.h>
#include <linux/security.h>
#include <linux/slab.h>
#include <linux/xattr.h>
#include "internal.h"

#define CACHEFILES_KEYBUF_SIZE 512
Expand Down

0 comments on commit 081d7d3

Please sign in to comment.