Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16902
b: refs/heads/master
c: c5b2aff
h: refs/heads/master
v: v3
  • Loading branch information
Paul Jackson authored and Linus Torvalds committed Jan 9, 2006
1 parent a057017 commit 4a56cf2
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 90c9cc4043fd8454d11886379f841f70e176698e
refs/heads/master: c5b2aff89635495064592dc90da595f8a880ee87
9 changes: 3 additions & 6 deletions trunk/kernel/cpuset.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
#include <asm/atomic.h>
#include <asm/semaphore.h>

#define CPUSET_SUPER_MAGIC 0x27e0eb
#define CPUSET_SUPER_MAGIC 0x27e0eb

/* See "Frequency meter" comments, below. */

Expand Down Expand Up @@ -154,9 +154,6 @@ static struct cpuset top_cpuset = {
.count = ATOMIC_INIT(0),
.sibling = LIST_HEAD_INIT(top_cpuset.sibling),
.children = LIST_HEAD_INIT(top_cpuset.children),
.parent = NULL,
.dentry = NULL,
.mems_generation = 0,
};

static struct vfsmount *cpuset_mount;
Expand Down Expand Up @@ -1341,7 +1338,7 @@ static int cpuset_create_file(struct dentry *dentry, int mode)

/*
* cpuset_create_dir - create a directory for an object.
* cs: the cpuset we create the directory for.
* cs: the cpuset we create the directory for.
* It must have a valid ->parent field
* And we are going to fill its ->dentry field.
* name: The name to give to the cpuset directory. Will be copied.
Expand Down Expand Up @@ -2049,7 +2046,7 @@ int cpuset_excl_nodes_overlap(const struct task_struct *p)
* cpuset file 'memory_pressure_enabled' in the root cpuset.
*/

int cpuset_memory_pressure_enabled;
int cpuset_memory_pressure_enabled __read_mostly;

/**
* cpuset_memory_pressure_bump - keep stats of per-cpuset reclaims.
Expand Down

0 comments on commit 4a56cf2

Please sign in to comment.