fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / drivers / md / dm-path-selector.c
index a28c1c2..f10a0c8 100644 (file)
@@ -86,8 +86,7 @@ void dm_put_path_selector(struct path_selector_type *pst)
        if (--psi->use == 0)
                module_put(psi->pst.module);
 
-       if (psi->use < 0)
-               BUG();
+       BUG_ON(psi->use < 0);
 
 out:
        up_read(&_ps_lock);