diff options
| author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-06-25 06:27:31 -0400 |
|---|---|---|
| committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-06-25 06:27:31 -0400 |
| commit | ccf01ef7aa9c6c293a1c64c27331a2ce227916ec (patch) | |
| tree | 421fa29aedff988e392f92780637553e275d37a0 /include/linux | |
| parent | 82b145c5a572f7fa7211dffe2097234dc91bcecc (diff) | |
Merge branch 'odirect'
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/nfs_xdr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 2d3fb6416d91..7c7320fa51aa 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
| @@ -729,7 +729,6 @@ struct nfs_read_data { | |||
| 729 | struct list_head pages; /* Coalesced read requests */ | 729 | struct list_head pages; /* Coalesced read requests */ |
| 730 | struct nfs_page *req; /* multi ops per nfs_page */ | 730 | struct nfs_page *req; /* multi ops per nfs_page */ |
| 731 | struct page **pagevec; | 731 | struct page **pagevec; |
| 732 | unsigned int npages; /* active pages in pagevec */ | ||
| 733 | struct nfs_readargs args; | 732 | struct nfs_readargs args; |
| 734 | struct nfs_readres res; | 733 | struct nfs_readres res; |
| 735 | #ifdef CONFIG_NFS_V4 | 734 | #ifdef CONFIG_NFS_V4 |
| @@ -748,7 +747,6 @@ struct nfs_write_data { | |||
| 748 | struct list_head pages; /* Coalesced requests we wish to flush */ | 747 | struct list_head pages; /* Coalesced requests we wish to flush */ |
| 749 | struct nfs_page *req; /* multi ops per nfs_page */ | 748 | struct nfs_page *req; /* multi ops per nfs_page */ |
| 750 | struct page **pagevec; | 749 | struct page **pagevec; |
| 751 | unsigned int npages; /* active pages in pagevec */ | ||
| 752 | struct nfs_writeargs args; /* argument struct */ | 750 | struct nfs_writeargs args; /* argument struct */ |
| 753 | struct nfs_writeres res; /* result struct */ | 751 | struct nfs_writeres res; /* result struct */ |
| 754 | #ifdef CONFIG_NFS_V4 | 752 | #ifdef CONFIG_NFS_V4 |
