[PATCH] pipe.c/fifo.c code cleanups
authorIngo Molnar <mingo@elte.hu>
Tue, 11 Apr 2006 11:53:33 +0000 (13:53 +0200)
committerJens Axboe <axboe@suse.de>
Tue, 11 Apr 2006 11:53:33 +0000 (13:53 +0200)
more code cleanups after the macro conversion:

 - standardize on 'struct pipe_inode_info *pipe' variable names
 - introduce 'pipe' temporaries to reduce mass inode->i_pipe dereferencing

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Jens Axboe <axboe@suse.de>

No differences found