Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200252
b: refs/heads/master
c: e411f2d
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Jun 9, 2010
1 parent 46309db commit e872290
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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: fcdcddbcbbd39a3363bd48414bfe44553b6d698a
refs/heads/master: e411f2dda48c81c556c802d4430717950cf088fd
2 changes: 1 addition & 1 deletion trunk/drivers/vhost/net.c
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ const static struct file_operations vhost_net_fops = {
};

static struct miscdevice vhost_net_misc = {
VHOST_NET_MINOR,
MISC_DYNAMIC_MINOR,
"vhost-net",
&vhost_net_fops,
};
Expand Down
7 changes: 6 additions & 1 deletion trunk/include/linux/miscdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
#include <linux/module.h>
#include <linux/major.h>

/*
* These allocations are managed by device@lanana.org. If you use an
* entry that is not in assigned your entry may well be moved and
* reassigned, or set dynamic if a fixed value is not justified.
*/

#define PSMOUSE_MINOR 1
#define MS_BUSMOUSE_MINOR 2
#define ATIXL_BUSMOUSE_MINOR 3
Expand Down Expand Up @@ -30,7 +36,6 @@
#define HPET_MINOR 228
#define FUSE_MINOR 229
#define KVM_MINOR 232
#define VHOST_NET_MINOR 233
#define BTRFS_MINOR 234
#define AUTOFS_MINOR 235
#define MISC_DYNAMIC_MINOR 255
Expand Down

0 comments on commit e872290

Please sign in to comment.