diff options
Diffstat (limited to 'fs/ocfs2/super.c')
-rw-r--r-- | fs/ocfs2/super.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/ocfs2/super.c b/fs/ocfs2/super.c index bec75aff3d9f..fad37af2af9c 100644 --- a/fs/ocfs2/super.c +++ b/fs/ocfs2/super.c | |||
@@ -1724,8 +1724,7 @@ static void ocfs2_delete_osb(struct ocfs2_super *osb) | |||
1724 | 1724 | ||
1725 | /* This function assumes that the caller has the main osb resource */ | 1725 | /* This function assumes that the caller has the main osb resource */ |
1726 | 1726 | ||
1727 | if (osb->slot_info) | 1727 | ocfs2_free_slot_info(osb); |
1728 | ocfs2_free_slot_info(osb->slot_info); | ||
1729 | 1728 | ||
1730 | kfree(osb->osb_orphan_wipes); | 1729 | kfree(osb->osb_orphan_wipes); |
1731 | /* FIXME | 1730 | /* FIXME |