summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-02-18 04:56:39 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-02-18 04:56:39 -0800
commitb75add94ae319a72f0eb31ac8482ac12057dce30 (patch)
tree2544ff9d619aa305ddd82436e1c7e47c94e91550 /include/linux/fs.h
parent7de09205dfa6911306464954015921fc90a9eafd (diff)
[PATCH] remove max_anon limit
From: Tim Hockin <thockin@sun.com> Remove the max_anon via dynamically allocation. We also change the idr_pre_get() interface to take a gfp mask, which should have always been there.
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 4d46f5f8e48b..dd3186163c0d 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1045,6 +1045,7 @@ struct super_block *sget(struct file_system_type *type,
void *data);
struct super_block *get_sb_pseudo(struct file_system_type *, char *,
struct super_operations *ops, unsigned long);
+void unnamed_dev_init(void);
/* Alas, no aliases. Too much hassle with bringing module.h everywhere */
#define fops_get(fops) \