Re: [PATCH] [1/11] Remove BKL from remote_llseek

From: Andi Kleen
Date: Mon May 19 2008 - 11:13:50 EST



> Your new remote_llseek_unlocked is the same as generic_file_llseek
> except for the fact that it doesn't take i_mutex. So I'd rather
> call it generic_file_llseek_nolock and make generic_file_llseek call
> it.

Done. There's also default_llseek btw which is nearly similar,
but i didn't touch that one.

> While you're at it you could also add some kerneldoc documents
> describing them.

Off topic for the series, left that to someone else.

-Andi


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