|
@@ -30,6 +30,7 @@ struct pipe_buffer {
|
|
|
* struct pipe_inode_info - a linux kernel pipe
|
|
|
* @wait: reader/writer wait point in case of empty/full pipe
|
|
|
* @nrbufs: the number of non-empty pipe buffers in this pipe
|
|
|
+ * @buffers: total number of buffers (should be a power of 2)
|
|
|
* @curbuf: the current pipe buffer entry
|
|
|
* @tmp_page: cached released page
|
|
|
* @readers: number of current readers of this pipe
|