]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - fs/pipe.c
get rid of pipe->inode
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 21 Mar 2013 15:01:38 +0000 (11:01 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 9 Apr 2013 18:13:01 +0000 (14:13 -0400)
commit6447a3cf19da8c4653283d1c491e2e775633f348
tree9fda0088125df81c816b5cce416e5d010c9de498
parentebec73f4752b777b79b384bd52e5240203cb9b00
get rid of pipe->inode

it's used only as a flag to distinguish normal pipes/FIFOs from the
internal per-task one used by file-to-file splice.  And pipe->files
would work just as well for that purpose...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/fuse/dev.c
fs/pipe.c
fs/splice.c
include/linux/pipe_fs_i.h