Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251252
b: refs/heads/master
c: 1afbd73
h: refs/heads/master
v: v3
  • Loading branch information
Konrad Rzeszutek Wilk committed May 12, 2011
1 parent 677ef2f commit 4ddd855
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 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: ebe8190659244ec21b5f16950cf7b156f5b7eb01
refs/heads/master: 1afbd730a33c6e4ca780a70351e8929dd4c40636
6 changes: 3 additions & 3 deletions trunk/drivers/block/xen-blkback/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
#include <xen/grant_table.h>
#include <xen/xenbus.h>

#define DPRINTK(_f, _a...) \
pr_debug("(file=%s, line=%d) " _f, \
__FILE__ , __LINE__ , ## _a)
#define DPRINTK(fmt, args...) \
pr_debug("xen-blkback: (%s:%d) " fmt ".\n", \
__func__, __LINE__, ##args)

struct vbd {
/* What the domain refers to this vbd as. */
Expand Down
5 changes: 0 additions & 5 deletions trunk/drivers/block/xen-blkback/xenbus.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@
#include <xen/grant_table.h>
#include "common.h"

#undef DPRINTK
#define DPRINTK(fmt, args...) \
pr_debug("xen-blkback: (%s:%d) " fmt ".\n", \
__func__, __LINE__, ##args)

struct backend_info {
struct xenbus_device *dev;
struct blkif_st *blkif;
Expand Down

0 comments on commit 4ddd855

Please sign in to comment.