Skip to content

Commit

Permalink
s390,alpha: make TMPFS_INODE64 available again
Browse files Browse the repository at this point in the history
Both s390 and alpha have been switched to 64-bit ino_t with
commit 96c0a6a ("s390,alpha: switch to 64-bit ino_t").
Therefore enable TMPFS_INODE64 for both architectures again.

Cc: Richard Henderson <[email protected]>
Cc: Ivan Kokshaysky <[email protected]>
Link: https://lore.kernel.org/linux-mm/YCV7QiyoweJwvN+m@osiris/
Signed-off-by: Heiko Carstens <[email protected]>
  • Loading branch information
hcahca committed Mar 8, 2021
1 parent d9c48a9 commit d0ed78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ config TMPFS_XATTR

config TMPFS_INODE64
bool "Use 64-bit ino_t by default in tmpfs"
depends on TMPFS && 64BIT && !(S390 || ALPHA)
depends on TMPFS && 64BIT
default n
help
tmpfs has historically used only inode numbers as wide as an unsigned
Expand Down

0 comments on commit d0ed78e

Please sign in to comment.