Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60742
b: refs/heads/master
c: 5af328a
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jul 17, 2007
1 parent dfaba9f commit 849356f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 7b55f620e6908fec2d51751320c2a9459b5f375f
refs/heads/master: 5af328a51067d8dc574c2b2c2629dd436a1e841e
6 changes: 3 additions & 3 deletions trunk/mm/slub.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ static enum {

/* A list of all slab caches on the system */
static DECLARE_RWSEM(slub_lock);
LIST_HEAD(slab_caches);
static LIST_HEAD(slab_caches);

/*
* Tracking user of a slab.
Expand Down Expand Up @@ -3638,7 +3638,7 @@ static struct kset_uevent_ops slab_uevent_ops = {
.filter = uevent_filter,
};

decl_subsys(slab, &slab_ktype, &slab_uevent_ops);
static decl_subsys(slab, &slab_ktype, &slab_uevent_ops);

#define ID_STR_LENGTH 64

Expand Down Expand Up @@ -3736,7 +3736,7 @@ struct saved_alias {
struct saved_alias *next;
};

struct saved_alias *alias_list;
static struct saved_alias *alias_list;

static int sysfs_slab_alias(struct kmem_cache *s, const char *name)
{
Expand Down

0 comments on commit 849356f

Please sign in to comment.