]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - fs/cramfs/inode.c
Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-timespec64
[thirdparty/linux.git] / fs / cramfs / inode.c
index 124b093d14e5671e549c77fb9c2c5398f9e93fc1..b926de280de023b309a461e325d1fafbaa2929ac 100644 (file)
@@ -90,7 +90,7 @@ static struct inode *get_cramfs_inode(struct super_block *sb,
        const struct cramfs_inode *cramfs_inode, unsigned int offset)
 {
        struct inode *inode;
-       static struct timespec zerotime;
+       static struct timespec64 zerotime;
 
        inode = iget_locked(sb, cramino(cramfs_inode, offset));
        if (!inode)