Whamcloud - gitweb
LU-9679 general: avoid bare return; at end of void function
[fs/lustre-release.git] / lustre / osd-zfs / osd_oi.c
index a2532c4..efcafe4 100644 (file)
@@ -787,8 +787,6 @@ static void osd_ost_seq_fini(const struct lu_env *env, struct osd_device *osd)
                OBD_FREE(osd_seq, sizeof(*osd_seq));
        }
        write_unlock(&osl->osl_seq_list_lock);
-
-       return;
 }
 
 /**