Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24205
b: refs/heads/master
c: c163c72
h: refs/heads/master
i:
  24203: ab9f122
v: v3
  • Loading branch information
Eric Sesterhenn authored and Adrian Bunk committed Mar 26, 2006
1 parent 32fb616 commit 990cdaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6dd44a74469c203c5106ada2082c46267b4ac674
refs/heads/master: c163c7293eb68bf6c0c824d122a2192b9f129193
3 changes: 1 addition & 2 deletions trunk/drivers/md/dm-path-selector.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 990cdaf

Please sign in to comment.