Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fs: fat: Initialize filesystem timestamp ranges
Fill in the appropriate limits to avoid inconsistencies in the vfs cached inode times when timestamps are outside the permitted range. Some FAT variants indicate that the years after 2099 are not supported. Since commit 7decd1c ("fat: Fix and cleanup timestamp conversion") we support the full range of years that can be represented, up to 2107. Signed-off-by: Deepa Dinamani <[email protected]> Acked-by: Jeff Layton <[email protected]> Cc: [email protected]
- Loading branch information