smaps: only define clear_refs for CONFIG_MMU
authorDavid Rientjes <[email protected]>
Wed, 9 May 2007 03:27:01 +0000 (20:27 -0700)
committerLinus Torvalds <[email protected]>
Wed, 9 May 2007 03:41:14 +0000 (20:41 -0700)
/proc/pid/clear_refs is only defined in the CONFIG_MMU case, so make sure we
don't have any references to clear_refs_smap() in generic procfs code.

Signed-off-by: David Rientjes <[email protected]>
Signed-off-by: David Howells <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/proc/base.c

index 3c41149dea8875ba1431d25acb969ec75f197770..a5fa1fdafc4e6df68df2cc87626f0d8d85bd95a6 100644 (file)
@@ -708,6 +708,7 @@ static const struct file_operations proc_oom_adjust_operations = {
        .write          = oom_adjust_write,
 };
 
+#ifdef CONFIG_MMU
 static ssize_t clear_refs_write(struct file *file, const char __user *buf,
                                size_t count, loff_t *ppos)
 {
@@ -741,6 +742,7 @@ static ssize_t clear_refs_write(struct file *file, const char __user *buf,
 static struct file_operations proc_clear_refs_operations = {
        .write          = clear_refs_write,
 };
+#endif
 
 #ifdef CONFIG_AUDITSYSCALL
 #define TMPBUFLEN 21