projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8adb4d
)
xfs: remove duplicated #include
author
Huang Weiyi
<weiyi.huang@gmail.com>
Tue, 25 May 2010 22:15:26 +0000
(22:15 +0000)
committer
Alex Elder
<aelder@sgi.com>
Fri, 28 May 2010 20:19:36 +0000
(15:19 -0500)
Remove duplicated #include('s) in
fs/xfs/linux-2.6/xfs_quotaops.c
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Reviewed-by: Dave Chinner <david@fromorbit.com>
Signed-off-by: Alex Elder <aelder@sgi.com>
fs/xfs/linux-2.6/xfs_quotaops.c
patch
|
blob
|
history
diff --git
a/fs/xfs/linux-2.6/xfs_quotaops.c
b/fs/xfs/linux-2.6/xfs_quotaops.c
index 2e73688dae9ca9e32b28bc76ded329ad857d703c..a184793f239904dc75c0c3acebbb690ff8c6e51b 100644
(file)
--- a/
fs/xfs/linux-2.6/xfs_quotaops.c
+++ b/
fs/xfs/linux-2.6/xfs_quotaops.c
@@
-23,7
+23,6
@@
#include "xfs_ag.h"
#include "xfs_mount.h"
#include "xfs_quota.h"
-#include "xfs_log.h"
#include "xfs_trans.h"
#include "xfs_bmap_btree.h"
#include "xfs_inode.h"