Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147090
b: refs/heads/master
c: 1adbee5
h: refs/heads/master
v: v3
  • Loading branch information
Robert P. J. Day authored and Jens Axboe committed Jun 10, 2009
1 parent 05a63bf commit a0edbc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: 0e0c62123b517d2b3c26922342c0cc5bb63a93f8
refs/heads/master: 1adbee50fd6fce5af4feb34d2db93cfe4d2066a4
7 changes: 1 addition & 6 deletions trunk/drivers/block/brd.c
Original file line number Diff line number Diff line change
Expand Up @@ -407,12 +407,7 @@ static int __init ramdisk_size(char *str)
rd_size = simple_strtol(str, NULL, 0);
return 1;
}
static int __init ramdisk_size2(char *str)
{
return ramdisk_size(str);
}
__setup("ramdisk=", ramdisk_size);
__setup("ramdisk_size=", ramdisk_size2);
__setup("ramdisk_size=", ramdisk_size);
#endif

/*
Expand Down

0 comments on commit a0edbc5

Please sign in to comment.