commit | 17374ff1aa9ce2a0597416a16729474b538af443 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Mon Jun 04 15:03:12 2007 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Fri Jun 08 08:33:53 2007 +0200 |
tree | 1bf80da7467887d02d610832600edd8f2732850f | |
parent | 267adc3e66c3d3c2edb89dac9eddc20ac94d646b [diff] |
pipe: move pipe_inode_info structure decleration up before it's used There's really no reason it's below the first use of the pointer type, and it'll fail compilation for the network addition (for good reason). So move it up a bit. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>