NTFS: Allow highmem kmalloc() in ntfs_malloc_nofs() and add _nofail() version.
[pandora-kernel.git] / fs / file_table.c
index 1d3de78..43e9e17 100644 (file)
@@ -89,7 +89,6 @@ struct file *get_empty_filp(void)
        rwlock_init(&f->f_owner.lock);
        /* f->f_version: 0 */
        INIT_LIST_HEAD(&f->f_list);
-       f->f_maxcount = INT_MAX;
        return f;
 
 over: