projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0065b54
)
xfs: remove duplicated include from alloc.c
author
YueHaibing
<yuehaibing@huawei.com>
Sat, 29 Sep 2018 03:48:21 +0000
(13:48 +1000)
committer
Dave Chinner
<david@fromorbit.com>
Sat, 29 Sep 2018 03:48:21 +0000
(13:48 +1000)
Remove duplicated include xfs_alloc.h
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/scrub/alloc.c
patch
|
blob
|
history
diff --git
a/fs/xfs/scrub/alloc.c
b/fs/xfs/scrub/alloc.c
index
036b5c7
..
376bcb5
100644
(file)
--- a/
fs/xfs/scrub/alloc.c
+++ b/
fs/xfs/scrub/alloc.c
@@
-17,7
+17,6
@@
#include "xfs_sb.h"
#include "xfs_alloc.h"
#include "xfs_rmap.h"
-#include "xfs_alloc.h"
#include "scrub/xfs_scrub.h"
#include "scrub/scrub.h"
#include "scrub/common.h"