]> Git Repo - linux.git/blobdiff - security/selinux/netnode.c
vmscan: split file huge pages before paging them out
[linux.git] / security / selinux / netnode.c
index ddf3152608396d3c2cc933467440c78b8c03a504..da923f89d2a99aa9a5e3a92691cc9e3f66f15f3b 100644 (file)
@@ -303,7 +303,6 @@ void sel_netnode_flush(void)
 static __init int sel_netnode_init(void)
 {
        int iter;
-       int ret;
 
        if (!selinux_enabled)
                return 0;
@@ -313,7 +312,7 @@ static __init int sel_netnode_init(void)
                sel_netnode_hash[iter].size = 0;
        }
 
-       return ret;
+       return 0;
 }
 
 __initcall(sel_netnode_init);
This page took 0.03013 seconds and 4 git commands to generate.