Revision 859b33c948945f7904f60a2c12a3792d356d51ad authored by Wesley Sheng on 22 June 2021, 03:34:21 UTC, committed by Bin Meng on 23 June 2021, 09:21:14 UTC
Each prp is 8 bytes, calculate the number of prps
per page should just divide page size by 8
there is no need to minus 1

Signed-off-by: Wesley Sheng <wesleyshenggit@sina.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
1 parent b12f623
Raw File
Kconfig
#
# File system configuration
#

menu "File systems"

source "fs/btrfs/Kconfig"

source "fs/cbfs/Kconfig"

source "fs/ext4/Kconfig"

source "fs/reiserfs/Kconfig"

source "fs/fat/Kconfig"

source "fs/jffs2/Kconfig"

source "fs/ubifs/Kconfig"

source "fs/cramfs/Kconfig"

source "fs/yaffs2/Kconfig"

source "fs/squashfs/Kconfig"

endmenu
back to top