mbox series

[v2,0/9] iomap: regroup code by functional area

Message ID 156321356040.148361.7463881761568794395.stgit@magnolia (mailing list archive)
Headers show
Series iomap: regroup code by functional area | expand

Message

Darrick J. Wong July 15, 2019, 5:59 p.m. UTC
Hi all,

This series breaks up fs/iomap.c by grouping the functions by major
functional area (swapfiles, fiemap, seek hole/data, directio, buffered
io, and page migration) in separate source code files under fs/iomap/.
No functional changes have been made.  Please check the copyrights to
make sure the attribution is correct.

This has been lightly tested with fstests.  Enjoy!
Comments and questions are, as always, welcome.

--D