btrfs: change func() to func(void)
authorH. Peter Anvin <hpa@zytor.com>
Tue, 29 Dec 2009 04:07:52 +0000 (20:07 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 29 Dec 2009 04:07:52 +0000 (20:07 -0800)
commit6a9d8b587efec19285fc91d8a364d8328d7e9430
tree1698084932c052da57c86e1b1c823f475a392774
parent4f9ce633a638d02e9c09a707e5457be6f3deed5f
btrfs: change func() to func(void)

"void func()" means "void func(...)" in C, but "void func(void)" in
C++.  However, we want the "void func(void)" meaning, but this is C.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/fs/btrfs/btrfs.c