Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293973
b: refs/heads/master
c: 072611e
h: refs/heads/master
i:
  293971: 420c23d
v: v3
  • Loading branch information
Dan Magenheimer authored and Konrad Rzeszutek Wilk committed Jan 23, 2012
1 parent 67f34bc commit 4511513
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 417fc2caef268ed23169316f6c5e3a33775bfae5
refs/heads/master: 072611ed1f291053a74b28b813d683a09495eba7
4 changes: 2 additions & 2 deletions trunk/mm/cleancache.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
* disabled), so is preferred to the slower alternative: a function
* call that checks a non-global.
*/
int cleancache_enabled;
int cleancache_enabled __read_mostly;
EXPORT_SYMBOL(cleancache_enabled);

/*
* cleancache_ops is set by cleancache_ops_register to contain the pointers
* to the cleancache "backend" implementation functions.
*/
static struct cleancache_ops cleancache_ops;
static struct cleancache_ops cleancache_ops __read_mostly;

/*
* Counters available via /sys/kernel/debug/frontswap (if debugfs is
Expand Down

0 comments on commit 4511513

Please sign in to comment.