Re: [PATCH] Suppress deprecated f_maxcount in 'struct file'

2005-08-22 Thread Jesper Juhl
On 8/22/05, Peter Staubach <[EMAIL PROTECTED]> wrote: > Eric Dumazet wrote: > > > Andrew Morton a écrit : > > > >> Eric Dumazet <[EMAIL PROTECTED]> wrote: > >> > >>> Considering : > >>> > >>> [EMAIL PROTECTED] linux-2.6.13-rc6]# find .|xargs grep f_maxcount > >>> ./fs/file_table.c: f->f_maxco

Re: [PATCH] Suppress deprecated f_maxcount in 'struct file'

2005-08-22 Thread Peter Staubach
Eric Dumazet wrote: Andrew Morton a écrit : 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/linu

[PATCH] Suppress deprecated f_maxcount in 'struct file'

2005-08-19 Thread Eric Dumazet
Andrew Morton a écrit : 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