diff options
Diffstat (limited to 'fs/jfs')
-rw-r--r-- | fs/jfs/jfs_logmgr.c | 2 |
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 | */ |
169 | static LIST_HEAD(jfs_external_logs); | 169 | static LIST_HEAD(jfs_external_logs); |
170 | static struct jfs_log *dummy_log = NULL; | 170 | static struct jfs_log *dummy_log; |
171 | static DEFINE_MUTEX(jfs_log_mutex); | 171 | static DEFINE_MUTEX(jfs_log_mutex); |
172 | 172 | ||
173 | /* | 173 | /* |