projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e0d5f9
)
xfs: kill the unused xlog_debug variable
author
Christoph Hellwig
<hch@infradead.org>
Wed, 23 Jun 2010 08:11:15 +0000
(18:11 +1000)
committer
Alex Elder
<aelder@sgi.com>
Mon, 26 Jul 2010 18:16:37 +0000
(13:16 -0500)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
fs/xfs/xfs_log.h
patch
|
blob
|
blame
|
history
diff --git
a/fs/xfs/xfs_log.h
b/fs/xfs/xfs_log.h
index 5b72e9a40ab20a44b9cb7fbb9deb80f0a16605f9..7fc2c8d4c802e47c9ca819a8336de68ea4474d03 100644
(file)
--- a/
fs/xfs/xfs_log.h
+++ b/
fs/xfs/xfs_log.h
@@
-201,9
+201,4
@@
int xfs_log_commit_cil(struct xfs_mount *mp, struct xfs_trans *tp,
bool xfs_log_item_in_current_chkpt(struct xfs_log_item *lip);
#endif
-
-
-extern int xlog_debug; /* set to 1 to enable real log */
-
-
#endif /* __XFS_LOG_H__ */