]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
pipe: move pipe_inode_info structure decleration up before it's used
authorJens Axboe <jens.axboe@oracle.com>
Mon, 4 Jun 2007 13:03:12 +0000 (15:03 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 8 Jun 2007 06:33:53 +0000 (08:33 +0200)
commit17374ff1aa9ce2a0597416a16729474b538af443
tree1bf80da7467887d02d610832600edd8f2732850f
parent267adc3e66c3d3c2edb89dac9eddc20ac94d646b
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>
include/linux/pipe_fs_i.h