[PATCH 11/14] Always define MAX_RAW_MINORS as 2**20 in userspace

2015-11-09 Thread Palmer Dabbelt
While I don't think this was ever meant to be exposed to userspace, if anyone is using it then this will at least provide a correct (if unlikely) definition. MAX_RAW_MINORS used to be used in the kernel, where it's been replaced with CONFIG_MAX_RAW_MINORS. Note that there's a checkpatch.pl

[PATCH 11/14] Always define MAX_RAW_MINORS as 2**20 in userspace

2015-11-09 Thread Palmer Dabbelt
While I don't think this was ever meant to be exposed to userspace, if anyone is using it then this will at least provide a correct (if unlikely) definition. MAX_RAW_MINORS used to be used in the kernel, where it's been replaced with CONFIG_MAX_RAW_MINORS. Note that there's a checkpatch.pl