Eric Dumazet <[EMAIL PROTECTED]> wrote:
>
> Considering :
> 
> [EMAIL PROTECTED] linux-2.6.13-rc6]# find .|xargs grep f_maxcount
> ./fs/file_table.c:      f->f_maxcount = INT_MAX;
> ./fs/read_write.c:      if (unlikely(count > file->f_maxcount))
> ./include/linux/fs.h:   size_t                  f_maxcount;
> 
> 
> I was wondering if f_maxcount has a real use these days...

No, I guess we can just stick a hard-wired INT_MAX in there.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to