Skip to content
Snippets Groups Projects
  • Yury Umanets's avatar
    e893964b
    b=17447 · e893964b
    Yury Umanets authored
    r=adilger,deen
    
    - missed lustre_put_lsi() in couple of places;
    
    - do not call deregister_mount() in mount error path, this makes it impossible for MDT to do put_mount() and thus, its lsi left not released;
    
    - fixes error handling with llog_setup/llog_cleanup in couple of places;
    - fixes error handling after hash_init errors in class_setup();
    - cleanups.
    e893964b
    History
    b=17447
    Yury Umanets authored
    r=adilger,deen
    
    - missed lustre_put_lsi() in couple of places;
    
    - do not call deregister_mount() in mount error path, this makes it impossible for MDT to do put_mount() and thus, its lsi left not released;
    
    - fixes error handling with llog_setup/llog_cleanup in couple of places;
    - fixes error handling after hash_init errors in class_setup();
    - cleanups.