[-mm patch] make struct proc_fdinfo_file_operations static

From: Adrian Bunk
Date: Sat Mar 31 2007 - 16:56:30 EST


On Fri, Mar 30, 2007 at 01:05:59AM -0700, Andrew Morton wrote:
>...
> Changes since 2.6.21-rc5-mm2:
>...
> +add-file-position-info-to-proc.patch
>
> /proc feature work
>...


This patch makes the needlessly global
struct proc_fdinfo_file_operations static.

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.21-rc5-mm3/fs/proc/base.c.old 2007-03-31 22:07:21.000000000 +0200
+++ linux-2.6.21-rc5-mm3/fs/proc/base.c 2007-03-31 22:07:30.000000000 +0200
@@ -1515,7 +1515,7 @@
return err;
}

-const struct file_operations proc_fdinfo_file_operations = {
+static const struct file_operations proc_fdinfo_file_operations = {
.open = nonseekable_open,
.read = proc_fdinfo_read,
};

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/