Work-in-progress, shouldn't affect the blksize == pgsize case at all.
Date: Mon Apr 15 20:53:52 PDT 2002
Workarea: snort.melbourne.sgi.com:/home/nathans/pagebuf
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
Modid: 2.4.x-xfs:slinx:116448a
linux/fs/xfs/pagebuf/page_buf_io.c - 1.24
- changes for the file read code path to support filesystem blocksizes
smaller than the pagesize.
Date: Mon Apr 22 21:40:43 PDT 2002
Workarea: snort.melbourne.sgi.com:/home/nathans/pagebuf
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
Modid: 2.4.x-xfs:slinx:117115a
linux/fs/xfs/pagebuf/page_buf_io.c - 1.26
- several changes to support blocksizes smaller than the pagesize on
the write path. needs the delalloc page bit change still before it
becomes really useful.
linux/fs/xfs/pagebuf/page_buf_internal.h - 1.2
- make a couple of functions/macros available to page_buf.c from
page_buf_io.c; looks like (current implementation anyway) we will
need these on the metadata path too.
|