Commit a3aa27ef authored by Mike Rapoport's avatar Mike Rapoport Committed by Andrei Vagin

page-pipe: drop unused PP_HOLE_ZERO flag

travis-ci: success for revert zero pagemaps
Signed-off-by: 's avatarMike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent fbb2c72d
......@@ -102,7 +102,6 @@ struct page_pipe_buf {
};
#define PP_HOLE_PARENT (1 << 0)
#define PP_HOLE_ZERO (1 << 1)
struct page_pipe {
unsigned int nr_pipes; /* how many page_pipe_bufs in there */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment