X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=fs%2Ffile_table.c;h=45437f8e1003e6d80b6775efa4f9bf15995b1fd6;hb=62746f92b10a4add6a7db87ff59b901276746b11;hp=709ada3151da5303c8c2fa46d0c0d7a7b7274cff;hpb=197c61cb176a40f5877c3caf8249722e77b7d989;p=linux-2.6-microblaze.git diff --git a/fs/file_table.c b/fs/file_table.c index 709ada3151da..45437f8e1003 100644 --- a/fs/file_table.c +++ b/fs/file_table.c @@ -113,7 +113,6 @@ static struct file *__alloc_file(int flags, const struct cred *cred) rwlock_init(&f->f_owner.lock); spin_lock_init(&f->f_lock); mutex_init(&f->f_pos_lock); - eventpoll_init_file(f); f->f_flags = flags; f->f_mode = OPEN_FMODE(flags); /* f->f_version: 0 */