Re: [JANITOR PROPOSAL] Switch ioctl functions to ->unlocked_ioctl II

2008-01-08 Thread Andi Kleen
> [EMAIL PROTECTED]:~/linux-2.6/mm$ grep "struct file_operations" * > shmem.c:static const struct file_operations shmem_file_operations; > shmem.c:static const struct file_operations shmem_file_operations = { > swapfile.c:static const struct file_operations proc_swaps_operations = { > > Am I right

Re: [JANITOR PROPOSAL] Switch ioctl functions to ->unlocked_ioctl II

2008-01-08 Thread Paolo Ciarrocchi
On Jan 9, 2008 12:06 AM, Andi Kleen <[EMAIL PROTECTED]> wrote: > > I would suggest to only work on files that compile. e.g. do a > > > > make allyesconfig > > make -j$[$(grep -c processor /proc/cpuinfo)*2] &1 |tee LOG > > (will probably take a long time) > > > > first and then only mod

Re: [JANITOR PROPOSAL] Switch ioctl functions to ->unlocked_ioctl II

2008-01-08 Thread Andi Kleen
> I would suggest to only work on files that compile. e.g. do a > > make allyesconfig > make -j$[$(grep -c processor /proc/cpuinfo)*2] &1 |tee LOG (will > probably take a long time) > > first and then only modify files when are mentioned in "LOG" Actually since this will probably t