diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-04-11 23:11:47 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-04-11 23:11:47 -0700 |
| commit | 3c1ed9b2ce95145ba1c0434a7a7b63261fd7c15d (patch) | |
| tree | abca5ad3ff8fe4982116bc943e4a8fdf533491a3 /include | |
| parent | b79a84082a343912ee4cc7c4999726b53aa4c64b (diff) | |
[PATCH] remove address_space.io_pages
Now remove address_space.io_pages.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index f8954889d336..7270490162a9 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -325,7 +325,6 @@ struct address_space { spinlock_t tree_lock; /* and spinlock protecting it */ struct list_head clean_pages; /* list of clean pages */ struct list_head locked_pages; /* list of locked pages */ - struct list_head io_pages; /* being prepared for I/O */ unsigned long nrpages; /* number of total pages */ struct address_space_operations *a_ops; /* methods */ struct list_head i_mmap; /* list of private mappings */ |
