[PATCH] JFS: Changes for larger page size
JFS code has always assumed a page size of 4K. This patch fixes the non-pagecache uses of pages to deal with larger pages. Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
d2e83707ed
commit
dc5798d9a7
@@ -463,9 +463,10 @@ struct lbuf {
|
||||
|
||||
s64 l_blkno; /* 8: log page block number */
|
||||
caddr_t l_ldata; /* 4: data page */
|
||||
struct page *l_page; /* The page itself */
|
||||
uint l_offset; /* Offset of l_ldata within the page */
|
||||
|
||||
wait_queue_head_t l_ioevent; /* 4: i/o done event */
|
||||
struct page *l_page; /* The page itself */
|
||||
};
|
||||
|
||||
/* Reuse l_freelist for redrive list */
|
||||
|
Reference in New Issue
Block a user