Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309354
b: refs/heads/master
c: bc4854b
h: refs/heads/master
v: v3
  • Loading branch information
Cong Wang authored and Philipp Reisner committed May 10, 2012
1 parent 1492c19 commit 15546e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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: f6d0a8dbfdce4b4f28fcb0f689c373874646f87c
refs/heads/master: bc4854bc91c9a7f117437215cd8b16a0a5671d93
9 changes: 4 additions & 5 deletions trunk/drivers/block/drbd/drbd_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4365,12 +4365,11 @@ const char *drbd_buildtag(void)
static char buildtag[38] = "\0uilt-in";

if (buildtag[0] == 0) {
#ifdef CONFIG_MODULES
if (THIS_MODULE != NULL)
sprintf(buildtag, "srcversion: %-24s", THIS_MODULE->srcversion);
else
#ifdef MODULE
sprintf(buildtag, "srcversion: %-24s", THIS_MODULE->srcversion);
#else
buildtag[0] = 'b';
#endif
buildtag[0] = 'b';
}

return buildtag;
Expand Down

0 comments on commit 15546e0

Please sign in to comment.