Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44444
b: refs/heads/master
c: 6a8ba9d
h: refs/heads/master
v: v3
  • Loading branch information
Eric Dumazet authored and Linus Torvalds committed Dec 13, 2006
1 parent 544aca3 commit a9fb1b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0a0c502c94af0491ab454ad6d216c7a6fda8362b
refs/heads/master: 6a8ba9d12150461acc91bd3c9124eac19e853218
2 changes: 1 addition & 1 deletion trunk/include/linux/pipe_fs_i.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ struct pipe_buf_operations {
struct pipe_inode_info {
wait_queue_head_t wait;
unsigned int nrbufs, curbuf;
struct pipe_buffer bufs[PIPE_BUFFERS];
struct page *tmp_page;
unsigned int readers;
unsigned int writers;
Expand All @@ -51,6 +50,7 @@ struct pipe_inode_info {
struct fasync_struct *fasync_readers;
struct fasync_struct *fasync_writers;
struct inode *inode;
struct pipe_buffer bufs[PIPE_BUFFERS];
};

/* Differs from PIPE_BUF in that PIPE_SIZE is the length of the actual
Expand Down

0 comments on commit a9fb1b5

Please sign in to comment.