- updated LDLM_DEBUG to give more refcount info
- made fixme a macro, so that it shows us where it's called from - fixed a DLM deadlock (unbalanced l_lock) - fixed the refcount bug in ldlm_lock_decref - fixed the refcount bug in ldlm_cli_enqueue in the failed/aborted case - the lock slab cleans up now! - fixed the ``connection foo has refcount -61'' bug - found, but have not yet fixed, a subtle ctrl-c-during-aborted-ldlm-enqueue bug that can be triggered if you abort the hanging Perl test at _just_ the right time. - fixed request leaks in osc_connect and mdc_connect - we create an import in osc_connect but never use or free it -- I didn't remove this code, assuming it was going to be used soon?
Showing
- lustre/include/linux/lustre_dlm.h 12 additions, 12 deletionslustre/include/linux/lustre_dlm.h
- lustre/include/linux/lustre_lite.h 2 additions, 0 deletionslustre/include/linux/lustre_lite.h
- lustre/include/linux/obd_support.h 1 addition, 4 deletionslustre/include/linux/obd_support.h
- lustre/ldlm/ldlm_lock.c 4 additions, 4 deletionslustre/ldlm/ldlm_lock.c
- lustre/ldlm/ldlm_request.c 4 additions, 1 deletionlustre/ldlm/ldlm_request.c
- lustre/mdc/mdc_request.c 3 additions, 3 deletionslustre/mdc/mdc_request.c
- lustre/osc/osc_request.c 4 additions, 15 deletionslustre/osc/osc_request.c
- lustre/ptlrpc/service.c 18 additions, 18 deletionslustre/ptlrpc/service.c
Loading
Please register or sign in to comment