[PATCH] BLOCK: Dissociate generic_writepages() from mpage stuff [try #6]
Dissociate the generic_writepages() function from the mpage stuff, moving its declaration to linux/mm.h and actually emitting a full implementation into mm/page-writeback.c. The implementation is a partial duplicate of mpage_writepages() with all BIO references removed. It is used by NFS to do writeback. Signed-Off-By:David Howells <dhowells@redhat.com> Signed-off-by:
Jens Axboe <axboe@kernel.dk>
Showing
- fs/block_dev.c 1 addition, 0 deletionsfs/block_dev.c
- fs/mpage.c 2 additions, 0 deletionsfs/mpage.c
- include/linux/mpage.h 0 additions, 6 deletionsinclude/linux/mpage.h
- include/linux/writeback.h 2 additions, 0 deletionsinclude/linux/writeback.h
- mm/page-writeback.c 134 additions, 0 deletionsmm/page-writeback.c
Loading
Please register or sign in to comment