summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/locking/nolock/lock_nolock.mod.c
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2006-01-17 08:47:12 +0000
committerSteven Whitehouse <swhiteho@redhat.com>2006-01-17 08:47:12 +0000
commit869d81df53ad28ce78fc92504b3365b8196a2fa1 (patch)
tree4062f1b13ef32445f1e554d15d59765f88de5ba6 /fs/gfs2/locking/nolock/lock_nolock.mod.c
parenta8f2d64728d8b706392fc1cb0f2fd6852a5e27ae (diff)
downloadop-kernel-dev-869d81df53ad28ce78fc92504b3365b8196a2fa1.zip
op-kernel-dev-869d81df53ad28ce78fc92504b3365b8196a2fa1.tar.gz
[GFS2] An update of the GFS2 lock modules
This brings the lock modules uptodate and removes the stray .mod.c file which accidently got included in the last check in. Signed-off-by: David Teigland <teigland@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/locking/nolock/lock_nolock.mod.c')
-rw-r--r--fs/gfs2/locking/nolock/lock_nolock.mod.c44
1 files changed, 0 insertions, 44 deletions
diff --git a/fs/gfs2/locking/nolock/lock_nolock.mod.c b/fs/gfs2/locking/nolock/lock_nolock.mod.c
deleted file mode 100644
index ae92522..0000000
--- a/fs/gfs2/locking/nolock/lock_nolock.mod.c
+++ /dev/null
@@ -1,44 +0,0 @@
-#include <linux/module.h>
-#include <linux/vermagic.h>
-#include <linux/compiler.h>
-
-MODULE_INFO(vermagic, VERMAGIC_STRING);
-
-#undef unix
-struct module __this_module
-__attribute__((section(".gnu.linkonce.this_module"))) = {
- .name = __stringify(KBUILD_MODNAME),
- .init = init_module,
-#ifdef CONFIG_MODULE_UNLOAD
- .exit = cleanup_module,
-#endif
-};
-
-static const struct modversion_info ____versions[]
-__attribute_used__
-__attribute__((section("__versions"))) = {
- { 0x316962fc, "struct_module" },
- { 0x5a34a45c, "__kmalloc" },
- { 0x724beef2, "malloc_sizes" },
- { 0x3fa03a97, "memset" },
- { 0xc16fe12d, "__memcpy" },
- { 0xdd132261, "printk" },
- { 0x859204af, "sscanf" },
- { 0x3656bf5a, "lock_kernel" },
- { 0x1e6d26a8, "strstr" },
- { 0x41ede9df, "lm_register_proto" },
- { 0xb1f975aa, "unlock_kernel" },
- { 0x87b0b01f, "posix_lock_file_wait" },
- { 0x75f29cfd, "kmem_cache_alloc" },
- { 0x69384280, "lm_unregister_proto" },
- { 0x37a0cba, "kfree" },
- { 0x5d16bfe6, "posix_test_lock" },
-};
-
-static const char __module_depends[]
-__attribute_used__
-__attribute__((section(".modinfo"))) =
-"depends=gfs2";
-
-
-MODULE_INFO(srcversion, "123E446F965A386A0C017C4");
OpenPOWER on IntegriCloud