Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ext4: Reduce ext4 timestamp warnings
When ext4 file systems were created intentionally with 128 byte inodes, the rate-limited warning of eventual possible timestamp overflow are still emitted rather frequently. Remove the warning for now. Discussion for whether any warning is needed, and where it should be emitted, can be found at https://lore.kernel.org/lkml/[email protected]/. I can post a separate follow-up patch after the conclusion. Reported-by: Qian Cai <[email protected]> Signed-off-by: Deepa Dinamani <[email protected]> Reviewed-by: Andreas Dilger <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
- Loading branch information