kernel: don't declare array size of disk buffers in headers
authorAlan Cox <alan@linux.intel.com>
Fri, 13 Jul 2018 14:23:11 +0000 (15:23 +0100)
committerAlan Cox <alan@linux.intel.com>
Fri, 13 Jul 2018 14:23:11 +0000 (15:23 +0100)
commitd0f68d3fe3b4d06b95ec02fb9bab96340fd55f4b
treeeea53ba082ce513cb6f5e0ffa59905a669441423
parentbcee768c0995697074dd4388a0d2335ce12cfd0e
kernel: don't declare array size of disk buffers in headers

Some platforms resize it later so it's misleading and we don't want someone
using sizeof() where they shouldn't
Kernel/include/kdata.h