NFS: Convert buffered writes to use folios
Mostly mechanical conversion of struct page and functions into struct folio equivalents. The lack of support for folios in write_cache_pages(), means we still only support order 0 folio allocations. However the rest of the writeback code should now be ready for order n > 0. Signed-off-by:Trond Myklebust <trond.myklebust@hammerspace.com> Signed-off-by:
Anna Schumaker <Anna.Schumaker@Netapp.com>
Showing
- fs/nfs/file.c 9 additions, 5 deletionsfs/nfs/file.c
- fs/nfs/internal.h 7 additions, 6 deletionsfs/nfs/internal.h
- fs/nfs/pnfs.h 5 additions, 5 deletionsfs/nfs/pnfs.h
- fs/nfs/pnfs_nfs.c 9 additions, 9 deletionsfs/nfs/pnfs_nfs.c
- fs/nfs/write.c 177 additions, 173 deletionsfs/nfs/write.c
- include/linux/nfs_fs.h 3 additions, 2 deletionsinclude/linux/nfs_fs.h
Loading
Please register or sign in to comment