Re: [PATCH] Fix PIPE_LEN definition in 2.6.12

From: Andrew Morton
Date: Sun Jul 31 2005 - 03:11:20 EST


_________ <zghuo@xxxxxxxxxx> wrote:
>
> With the introduction of the new "struct pipe_inode_info"in 2.6.11,
> the definition of PIPE_LEN, PIPE_BASE, PIPE_START all become
> obsolete. The new definition of PIPE_LEN is attached.

bix:/usr/src/linux-2.6.13-rc4> grep -r PIPE_LEN .
./include/linux/pipe_fs_i.h:#define PIPE_LEN(inode) ((inode).i_pipe->len)
bix:/usr/src/linux-2.6.13-rc4>

We can just kill it, can't we?
-
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/