Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25186
b: refs/heads/master
c: 543cb2a
h: refs/heads/master
v: v3
  • Loading branch information
Eric Sesterhenn authored and Adrian Bunk committed Mar 31, 2006
1 parent 58c52f5 commit 9e0c6f2
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: 58ef2c4ce3c98fe46ae159bd560b63421798ea90
refs/heads/master: 543cb2a451918002238a052d5c280e6afdee1cea
3 changes: 1 addition & 2 deletions trunk/drivers/md/dm-target.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ void dm_put_target_type(struct target_type *t)
if (--ti->use == 0)
module_put(ti->tt.module);

if (ti->use < 0)
BUG();
BUG_ON(ti->use < 0);
up_read(&_lock);

return;
Expand Down

0 comments on commit 9e0c6f2

Please sign in to comment.