Rename struct file->f_ep_lock
[safe/jmp/linux-2.6] / fs / file_table.c
index bbeeac6..aa1e180 100644 (file)
@@ -127,6 +127,7 @@ struct file *get_empty_filp(void)
        atomic_long_set(&f->f_count, 1);
        rwlock_init(&f->f_owner.lock);
        f->f_cred = get_cred(cred);
+       spin_lock_init(&f->f_lock);
        eventpoll_init_file(f);
        /* f->f_version: 0 */
        return f;