Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119804
b: refs/heads/master
c: 69fc208
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Dec 10, 2008
1 parent 9b26c42 commit 06b7742
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 437f2f91d6597c67662f847d9ed4c99cb3c440cd
refs/heads/master: 69fc208be5b7eb18d22d1eca185b201400fd5ffc
2 changes: 1 addition & 1 deletion trunk/mm/backing-dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ int bdi_register(struct backing_dev_info *bdi, struct device *parent,
int ret = 0;
struct device *dev;

if (WARN_ON(bdi->dev))
if (bdi->dev) /* The driver needs to use separate queues per device */
goto exit;

va_start(args, fmt);
Expand Down

0 comments on commit 06b7742

Please sign in to comment.