projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f943d8
)
xfs: xfs_trace.c: duplicated include
author
Andrea Gelmini
<andrea.gelmini@gelma.net>
Thu, 25 Mar 2010 17:22:41 +0000
(17:22 +0000)
committer
Alex Elder
<aelder@sgi.com>
Wed, 19 May 2010 14:58:14 +0000
(09:58 -0500)
fs/xfs/linux-2.6/xfs_trace.c: xfs_attr_sf.h is included more than once.
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Alex Elder <aelder@sgi.com>
fs/xfs/linux-2.6/xfs_trace.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/xfs/linux-2.6/xfs_trace.c
b/fs/xfs/linux-2.6/xfs_trace.c
index 2a460581308fd1cefb5607ebb2dc08ccfd17861a..207fa77f63ae3139e2fa3d2b975d321c6e6e3059 100644
(file)
--- a/
fs/xfs/linux-2.6/xfs_trace.c
+++ b/
fs/xfs/linux-2.6/xfs_trace.c
@@
-41,7
+41,6
@@
#include "xfs_alloc.h"
#include "xfs_bmap.h"
#include "xfs_attr.h"
-#include "xfs_attr_sf.h"
#include "xfs_attr_leaf.h"
#include "xfs_log_priv.h"
#include "xfs_buf_item.h"