commit | 74b5cab6cc8554d759c3cd5aeba884bd8b12f22e | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Thu Oct 24 15:31:19 2019 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Wed Dec 18 18:07:31 2019 +0100 |
tree | e67b584c5b55ba511890b3b593da30dde9034e9a | |
parent | e42617b825f8073569da76dc4510bfa019b1c35a [diff] |
fat: use prandom_u32() for i_generation Similar to commit 46c9a946d766 ("shmem: use monotonic time for i_generation") we should not use the deprecated get_seconds() interface for i_generation. prandom_u32() is the replacement used in other file systems. Signed-off-by: Arnd Bergmann <arnd@arndb.de>