Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251254
b: refs/heads/master
c: 72468bf
h: refs/heads/master
v: v3
  • Loading branch information
Konrad Rzeszutek Wilk committed May 12, 2011
1 parent f31f40d commit 0f0720b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 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: 22b20f2dffd09edd66127f2022c26d0039bad88e
refs/heads/master: 72468bfcb815bc9875a870973469f68e20c78717
7 changes: 0 additions & 7 deletions trunk/drivers/block/xen-blkback/blkback.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ MODULE_PARM_DESC(reqs, "Number of blkback requests to allocate");

/* Run-time switchable: /sys/module/blkback/parameters/ */
static unsigned int log_stats;
static unsigned int debug_lvl;
module_param(log_stats, int, 0644);
module_param(debug_lvl, int, 0644);

/*
* Each outstanding request that we've passed to the lower device layers has a
Expand Down Expand Up @@ -269,9 +267,6 @@ int xen_blkif_schedule(void *arg)

xen_blkif_get(blkif);

if (debug_lvl)
pr_debug(DRV_PFX "%s: started\n", current->comm);

while (!kthread_should_stop()) {
if (try_to_freeze())
continue;
Expand All @@ -298,8 +293,6 @@ int xen_blkif_schedule(void *arg)

if (log_stats)
print_stats(blkif);
if (debug_lvl)
pr_debug(DRV_PFX "%s: exiting\n", current->comm);

blkif->xenblkd = NULL;
xen_blkif_put(blkif);
Expand Down

0 comments on commit 0f0720b

Please sign in to comment.