file-posix: Remove .bdrv_inactivate/invalidate_cache
commit22d5cd82e98b61b1dbd791fab9f4ae0f77c0ed14
authorKevin Wolf <kwolf@redhat.com>
Thu, 4 May 2017 16:52:41 +0000 (4 18:52 +0200)
committerKevin Wolf <kwolf@redhat.com>
Thu, 11 May 2017 10:08:24 +0000 (11 12:08 +0200)
treeae50fa8d281322729c448797d0195c51f3d208cc
parent9c5e6594f15b7364624a3ad40306c396c93a2145
file-posix: Remove .bdrv_inactivate/invalidate_cache

Now that the block layer takes care to request a lot less permissions
for inactive nodes, the special-casing in file-posix isn't necessary any
more.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
block/file-posix.c