Make cache invalidation a soft error
authorJens Axboe <axboe@fb.com>
Thu, 10 Apr 2014 14:59:43 +0000 (08:59 -0600)
committerJens Axboe <axboe@fb.com>
Thu, 10 Apr 2014 14:59:43 +0000 (08:59 -0600)
commitdfe11fd1e8249a52c42f34c9e9e6b910ab6b05c5
tree9beede44c744a53661bdf4b31734ec6a4dbbc1e1
parent81795ce399bef3af497e5767546458e20ce81bbf
Make cache invalidation a soft error

On some platforms, we don't have reliable means of flushing
eg block device caches. Just warn of this fact instead of
erroring out, since the user can't do anything to stop this.

Signed-off-by: Jens Axboe <axboe@fb.com>
filesetup.c