diff options
| author | Andrew Morton <akpm@zip.com.au> | 2002-04-29 23:53:09 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-04-29 23:53:09 -0700 |
| commit | df6867ef84a7d9ee4d44f451751a3f4128de10f9 (patch) | |
| tree | 7b6764b0689815e8a3a0f02360458eef4a1fc925 /include/linux | |
| parent | 59c39e8ebb56664ebf0f479f36a94e95bcda1ce6 (diff) | |
[PATCH] remove buffer head b_inode
Removal of buffer_head.b_inode. The list_emptiness of b_inode_buffers
is used to indicate whether the buffer is on an inode's
i_dirty_buffers.
Diffstat (limited to 'include/linux')
| -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 e350e386dab4..16c8dc3de35b 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -256,7 +256,6 @@ struct buffer_head { wait_queue_head_t b_wait; - int b_inode; /* will go away */ struct list_head b_inode_buffers; /* doubly linked list of inode dirty buffers */ }; |
