aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs
diff options
context:
space:
mode:
Diffstat (limited to 'fs/jfs')
-rw-r--r--fs/jfs/jfs_logmgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jfs/jfs_logmgr.c b/fs/jfs/jfs_logmgr.c
index 8d811e02b4b9..0acddf60af55 100644
--- a/fs/jfs/jfs_logmgr.c
+++ b/fs/jfs/jfs_logmgr.c
@@ -167,7 +167,7 @@ do { \
167 * Global list of active external journals 167 * Global list of active external journals
168 */ 168 */
169static LIST_HEAD(jfs_external_logs); 169static LIST_HEAD(jfs_external_logs);
170static struct jfs_log *dummy_log = NULL; 170static struct jfs_log *dummy_log;
171static DEFINE_MUTEX(jfs_log_mutex); 171static DEFINE_MUTEX(jfs_log_mutex);
172 172
173/* 173/*