diff options
Diffstat (limited to 'include/linux/pipe_fs_i.h')
| -rw-r--r-- | include/linux/pipe_fs_i.h | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/pipe_fs_i.h b/include/linux/pipe_fs_i.h index df4d3fa7d3d..070954f0594 100644 --- a/include/linux/pipe_fs_i.h +++ b/include/linux/pipe_fs_i.h @@ -5,9 +5,8 @@  #define PIPE_BUFFERS (16) -#define PIPE_BUF_FLAG_LRU	0x01	/* page is on the LRU */ -#define PIPE_BUF_FLAG_ATOMIC	0x02	/* was atomically mapped */ -#define PIPE_BUF_FLAG_GIFT	0x04	/* page is a gift */ +#define PIPE_BUF_FLAG_ATOMIC	0x01	/* was atomically mapped */ +#define PIPE_BUF_FLAG_GIFT	0x02	/* page is a gift */  struct pipe_buffer {  	struct page *page;  |