]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/file_table.c
[PATCH] fuse: scramble lock owner ID
[linux-2.6-omap-h63xx.git] / fs / file_table.c
index bcea1998b4de48b56fed18334159c34b2559d6c5..506d5307108d71be668f4c00d25960c9d7528307 100644 (file)
@@ -300,5 +300,5 @@ void __init files_init(unsigned long mempages)
        if (files_stat.max_files < NR_FILE)
                files_stat.max_files = NR_FILE;
        files_defer_init();
-       percpu_counter_init(&nr_files);
+       percpu_counter_init(&nr_files, 0);
 }