]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/locks.c
Blackfin arch: Fix up /proc/cpuinfo so it is like everyone else
[linux-2.6-omap-h63xx.git] / fs / locks.c
index 7f9a3ea47418cf598b3084be4efd96b9884a10bf..0127a2846819148df5b9a8722118e11ed60e253b 100644 (file)
@@ -199,7 +199,7 @@ EXPORT_SYMBOL(locks_init_lock);
  * Initialises the fields of the file lock which are invariant for
  * free file_locks.
  */
-static void init_once(void *foo, struct kmem_cache *cache, unsigned long flags)
+static void init_once(struct kmem_cache *cache, void *foo)
 {
        struct file_lock *lock = (struct file_lock *) foo;