linux/Documentation/process
Christoph Hellwig 72deb455b5 block: remove CONFIG_LBDAF
Currently support for 64-bit sector_t and blkcnt_t is optional on 32-bit
architectures.  These types are required to support block device and/or
file sizes larger than 2 TiB, and have generally defaulted to on for
a long time.  Enabling the option only increases the i386 tinyconfig
size by 145 bytes, and many data structures already always use
64-bit values for their in-core and on-disk data structures anyway,
so there should not be a large change in dynamic memory usage either.

Dropping this option removes a somewhat weird non-default config that
has cause various bugs or compiler warnings when actually used.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2019-04-06 10:48:35 -06:00
..
1.Intro.rst
2.Process.rst
3.Early-stage.rst
4.Coding.rst configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATED 2019-03-07 18:32:02 -08:00
5.Posting.rst
6.Followthrough.rst
7.AdvancedTopics.rst
8.Conclusion.rst
adding-syscalls.rst
applying-patches.rst
changes.rst
clang-format.rst
code-of-conduct-interpretation.rst
code-of-conduct.rst
coding-style.rst
conf.py
deprecated.rst
development-process.rst
email-clients.rst
howto.rst Documentation/process/howto: Update for 4.x -> 5.x versioning 2019-03-04 12:47:09 -07:00
index.rst
kernel-docs.rst
kernel-driver-statement.rst
kernel-enforcement-statement.rst
license-rules.rst doc: fix typos in license-rules.rst 2019-02-22 08:38:15 -07:00
magic-number.rst
maintainer-pgp-guide.rst
management-style.rst
programming-language.rst
stable-api-nonsense.rst
stable-kernel-rules.rst
submit-checklist.rst block: remove CONFIG_LBDAF 2019-04-06 10:48:35 -06:00
submitting-drivers.rst
submitting-patches.rst docs: Explicitly state that the 'Fixes:' tag shouldn't split lines 2019-02-22 08:56:23 -07:00
volatile-considered-harmful.rst