Whamcloud - gitweb
fix issue with use-after-free if commit occurs while journal_stop()
authortappro <tappro>
Thu, 10 Aug 2006 12:08:23 +0000 (12:08 +0000)
committertappro <tappro>
Thu, 10 Aug 2006 12:08:23 +0000 (12:08 +0000)
commitd8c7b3cf56ba1c9cd54e92d8aec203c8b7f96341
tree9bd700202d7bbb1f96356a084ae2d83c600a0b7c
parent4f8b46477121b6d18973f07ac085ba7b29b94925
fix issue with use-after-free if commit occurs while journal_stop()
the ot_ref count is added into osd_thandle and osd_thandle is freed only when
last reference is dropped.
lustre/osd/osd_handler.c