]> xenbits.xensource.com Git - libvirt.git/commit
storage: fs: Compile file backends even if filesystem support is disabled
authorPeter Krempa <pkrempa@redhat.com>
Fri, 13 Jan 2017 15:59:30 +0000 (16:59 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 19 Jan 2017 08:25:51 +0000 (09:25 +0100)
commitd66dda650476b363918f3a88d66c082a3579a5cd
tree9847d02a2e499f7dfcf655791d633953ef4a6984
parent46e8049c15a84667a0a74db7f8230c3fda8c2d8e
storage: fs: Compile file backends even if filesystem support is disabled

The file backend code was mistakenly put into #if WITH_STORAGE_FS. This
is not necessary since all the backends just access files on disk, and
thus the code for WITH_STORAGE_DIR is sufficient to compile everything.
src/storage/storage_backend_fs.c