[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)
commit923f4f23940d2361e8d5c4245982163a8e9d1c91
tree05d24681cadfd731a083b0fa3b22b6e7a6622555
parent9aeedfc4712ed58d9f7ae41596185c72b8dc97e8
[PATCH] pipe.c/fifo.c code cleanups

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>
fs/fifo.c
fs/pipe.c