]> www.infradead.org Git - users/hch/block.git/commit
block: move the block device syncing code from fs/sync.c to block_dev.c
authorChristoph Hellwig <hch@lst.de>
Fri, 17 Jul 2020 09:17:38 +0000 (11:17 +0200)
committerChristoph Hellwig <hch@lst.de>
Fri, 17 Jul 2020 12:21:06 +0000 (14:21 +0200)
commitc695cda640e4088724e15783e1ce102d375b100f
tree418beee6b9b19ea09cbdd0c0cf1592f71cefb172
parent59ca9b62ecd93364da950d6a0c6e77f37df359f9
block: move the block device syncing code from fs/sync.c to block_dev.c

Keep the block device syncing code away from the generic sync implementation
and instead together with the block device implementation details.

Signed-off-by: Christoph Hellwig <hch@lst.de>
fs/block_dev.c
fs/internal.h
fs/sync.c