Re: [PATCH 03/18] lkdtm: use generic_file_llseek in debugfs

From: Frederic Weisbecker
Date: Wed Jul 21 2010 - 20:06:36 EST


On Wed, Jul 07, 2010 at 11:40:05PM +0200, Arnd Bergmann wrote:
> When the default llseek behavior gets changed to
> not allowing seek, all file operations that rely
> on the current behaviour need to use an explicit
> .llseek operation.
>
> The files that lkdtm uses in debugfs are regular
> files and they get read using simple_read_from_buffer,
> so generic_file_llseek is the right operation.
>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
> ---



Applied, thanks.

--
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/