From: Andi Kleen Date: Sun, 1 Oct 2006 06:29:26 +0000 (-0700) Subject: [PATCH] Some cleanup in the pipe code X-Git-Tag: v2.6.19-rc1~505 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6cbd281d189977b38eac7eb2a4678de19b6b483;p=pandora-kernel.git [PATCH] Some cleanup in the pipe code Split the big and hard to read do_pipe function into smaller pieces. This creates new create_write_pipe/free_write_pipe/create_read_pipe functions. These functions are made global so that they can be used by other parts of the kernel. The resulting code is more generic and easier to read and has cleaner error handling and less gotos. [akpm@osdl.org: cleanup] Signed-off-by: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed