block: rename CONFIG_LBD to CONFIG_LBDAF
Follow-up to "block: enable by default support for large devices and files on 32-bit archs". Rename CONFIG_LBD to CONFIG_LBDAF to: - allow update of existing [def]configs for "default y" change - reflect that it is used also for large files support nowadays Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
This commit is contained in:
parent
3a02c8e814
commit
90c699a9ee
14 changed files with 19 additions and 19 deletions
|
@ -616,7 +616,7 @@ xfs_max_file_offset(
|
|||
*/
|
||||
|
||||
#if BITS_PER_LONG == 32
|
||||
# if defined(CONFIG_LBD)
|
||||
# if defined(CONFIG_LBDAF)
|
||||
ASSERT(sizeof(sector_t) == 8);
|
||||
pagefactor = PAGE_CACHE_SIZE;
|
||||
bitshift = BITS_PER_LONG;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue