The file has nothing to do with the BSD operating system, but is rather dealing with the raw data format as a BDS. Simplify the name to avoid further confusion. [Plus I hate typing _ in file names - the shift key slows things down]
Suggested-by: Daniel P. Berrange <berra...@redhat.com> Signed-off-by: Eric Blake <ebl...@redhat.com> --- block/{raw_bsd.c => raw.c} | 0 MAINTAINERS | 2 +- block/Makefile.objs | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename block/{raw_bsd.c => raw.c} (100%) diff --git a/block/raw_bsd.c b/block/raw.c similarity index 100% rename from block/raw_bsd.c rename to block/raw.c diff --git a/MAINTAINERS b/MAINTAINERS index b01fec0..6f984c3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1677,7 +1677,7 @@ F: block/linux-aio.c F: include/block/raw-aio.h F: block/raw-posix.c F: block/raw-win32.c -F: block/raw_bsd.c +F: block/raw.c F: block/win32-aio.c qcow2 diff --git a/block/Makefile.objs b/block/Makefile.objs index 67a036a..c10941e 100644 --- a/block/Makefile.objs +++ b/block/Makefile.objs @@ -1,4 +1,4 @@ -block-obj-y += raw_bsd.o qcow.o vdi.o vmdk.o cloop.o bochs.o vpc.o vvfat.o dmg.o +block-obj-y += raw.o qcow.o vdi.o vmdk.o cloop.o bochs.o vpc.o vvfat.o dmg.o block-obj-y += qcow2.o qcow2-refcount.o qcow2-cluster.o qcow2-snapshot.o qcow2-cache.o block-obj-y += qed.o qed-gencb.o qed-l2-cache.o qed-table.o qed-cluster.o block-obj-y += qed-check.o -- 2.7.4