Missing 'const' from reiserfs MIN_KEY declaration.
[safe/jmp/linux-2.6] / fs / locks.c
index 8ec16ab..431a8b8 100644 (file)
@@ -203,9 +203,6 @@ static void init_once(void *foo, struct kmem_cache *cache, unsigned long flags)
 {
        struct file_lock *lock = (struct file_lock *) foo;
 
-       if (!(flags & SLAB_CTOR_CONSTRUCTOR))
-               return;
-
        locks_init_lock(lock);
 }