]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - security/inode.c
[PATCH] audit: rename AUDIT_SE_* constants
[linux-2.6-omap-h63xx.git] / security / inode.c
index e6fc29ac8564ac4f26c465c05e238e81049833c7..47eb63480dac94ab2bd90c39a6894e38ebe71d71 100644 (file)
@@ -13,7 +13,6 @@
  */
 
 /* #define DEBUG */
-#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/fs.h>
 #include <linux/mount.h>
@@ -224,7 +223,7 @@ struct dentry *securityfs_create_file(const char *name, mode_t mode,
 
        pr_debug("securityfs: creating file '%s'\n",name);
 
-       error = simple_pin_fs("securityfs", &mount, &mount_count);
+       error = simple_pin_fs(&fs_type, &mount, &mount_count);
        if (error) {
                dentry = ERR_PTR(error);
                goto exit;