[RFC: 2.6 patch] fs/open.c: unexport sys_openat

From: Adrian Bunk
Date: Sun Apr 23 2006 - 08:16:09 EST


This patch removes the unused EXPORT_SYMBOL_GPL(sys_openat).

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

--- linux-2.6.17-rc1-mm3-full/fs/open.c.old 2006-04-23 13:59:30.000000000 +0200
+++ linux-2.6.17-rc1-mm3-full/fs/open.c 2006-04-23 13:59:37.000000000 +0200
@@ -1108,7 +1108,6 @@

return do_sys_open(dfd, filename, flags, mode);
}
-EXPORT_SYMBOL_GPL(sys_openat);

#ifndef __alpha__


-
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/