Re: [PATCH V3] fs: allow for more than 2^31 files

From: Eric Dumazet
Date: Fri Oct 01 2010 - 01:04:12 EST


Le jeudi 30 septembre 2010 Ã 23:34 -0500, Robin Holt a Ãcrit :

> The proc_handler used to be proc_nr_files() which would call
> get_nr_files() and deposit the result in files_stat.nr_files then cascade
> to proc_dointvec() which would dump the 3 values. Now it will dump the
> three values, but not update the middle (nr_files) value first.
>

Ah I get it now, thanks !

I'll send a V4 shortly.



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