Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ocfs2/cluster: Release debugfs file elapsed_time_in_ms

An earlier commit forgot to remove a debugfs file, elapsed_time_in_ms.

Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com>
  • Loading branch information
Sunil Mushran committed Oct 15, 2010
1 parent 4d94aa1 commit d4396ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/ocfs2/cluster/heartbeat.c
Original file line number Diff line number Diff line change
Expand Up @@ -1384,6 +1384,7 @@ static void o2hb_region_release(struct config_item *item)
kfree(reg->hr_db_livenodes);
debugfs_remove(reg->hr_debug_livenodes);
debugfs_remove(reg->hr_debug_regnum);
debugfs_remove(reg->hr_debug_elapsed_time);
debugfs_remove(reg->hr_debug_dir);

spin_lock(&o2hb_live_lock);
Expand Down

0 comments on commit d4396ea

Please sign in to comment.