diff options
Diffstat (limited to 'fs/ocfs2/super.c')
-rw-r--r-- | fs/ocfs2/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/super.c b/fs/ocfs2/super.c index 2c26ce251cb3..812f10233b10 100644 --- a/fs/ocfs2/super.c +++ b/fs/ocfs2/super.c | |||
@@ -2476,7 +2476,7 @@ static void ocfs2_delete_osb(struct ocfs2_super *osb) | |||
2476 | kfree(osb->slot_recovery_generations); | 2476 | kfree(osb->slot_recovery_generations); |
2477 | /* FIXME | 2477 | /* FIXME |
2478 | * This belongs in journal shutdown, but because we have to | 2478 | * This belongs in journal shutdown, but because we have to |
2479 | * allocate osb->journal at the start of ocfs2_initalize_osb(), | 2479 | * allocate osb->journal at the start of ocfs2_initialize_osb(), |
2480 | * we free it here. | 2480 | * we free it here. |
2481 | */ | 2481 | */ |
2482 | kfree(osb->journal); | 2482 | kfree(osb->journal); |