Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236
b: refs/heads/master
c: a4e884a
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Apr 17, 2005
1 parent f66c9ba commit b0c2379
Show file tree
Hide file tree
Showing 2 changed files with 2 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: cc56449f53ba45646c6f0a2edf77c4acb342caed
refs/heads/master: a4e884a311893b476893739901bed382cd62b4fe
3 changes: 1 addition & 2 deletions trunk/fs/char_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@

static struct kobj_map *cdev_map;

/* degrade to linked list for small systems */
#define MAX_PROBE_HASH (CONFIG_BASE_SMALL ? 1 : 255)
#define MAX_PROBE_HASH 255 /* random */

static DECLARE_MUTEX(chrdevs_lock);

Expand Down

0 comments on commit b0c2379

Please sign in to comment.