ty den 22.03.2005 Klokka 01:02 (+0100) skreiv Olivier Galibert: > On Mon, Mar 21, 2005 at 12:46:58PM -0500, Trond Myklebust wrote:
> + if (filp->f_pos == ctx->dir_pos) > + desc->target_cookie = ctx->dir_cookie; > + else > + desc->target_cookie = 0; This sort of thing worries me: I think we can do better by hooking lseek() on directories. I'll see what I can do. Cheers, Trond -- Trond Myklebust <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

