Revision e0917f879536cbf57367429d084775d8224c986c authored by Johannes Berg on 22 July 2019, 07:12:56 UTC, committed by Richard Weinberger on 22 August 2019, 22:39:53 UTC
Unfortunately, my build fix for when time travel mode isn't
enabled broke time travel mode, because I forgot that we need
to use the timer time after the timer has been marked disabled,
and thus need to leave the time stored instead of zeroing it.

Fix that by splitting the inline into two, so we can call only
the _mode() one in the relevant code path.

Fixes: b482e48d29f1 ("um: fix build without CONFIG_UML_TIME_TRAVEL_SUPPORT")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
1 parent d1abaeb
History
File Mode Size
Kconfig -rw-r--r-- 1.5 KB
Makefile -rw-r--r-- 486 bytes
acl.c -rw-r--r-- 3.1 KB
file.c -rw-r--r-- 3.7 KB
inode.c -rw-r--r-- 9.8 KB
ioctl.c -rw-r--r-- 3.8 KB
jfs_acl.h -rw-r--r-- 525 bytes
jfs_btree.h -rw-r--r-- 3.3 KB
jfs_debug.c -rw-r--r-- 1.9 KB
jfs_debug.h -rw-r--r-- 2.7 KB
jfs_dinode.h -rw-r--r-- 5.1 KB
jfs_discard.c -rw-r--r-- 2.4 KB
jfs_discard.h -rw-r--r-- 337 bytes
jfs_dmap.c -rw-r--r-- 110.9 KB
jfs_dmap.h -rw-r--r-- 10.5 KB
jfs_dtree.c -rw-r--r-- 99.8 KB
jfs_dtree.h -rw-r--r-- 5.9 KB
jfs_extent.c -rw-r--r-- 16.6 KB
jfs_extent.h -rw-r--r-- 626 bytes
jfs_filsys.h -rw-r--r-- 8.2 KB
jfs_imap.c -rw-r--r-- 83.2 KB
jfs_imap.h -rw-r--r-- 5.8 KB
jfs_incore.h -rw-r--r-- 6.8 KB
jfs_inode.c -rw-r--r-- 2.8 KB
jfs_inode.h -rw-r--r-- 1.8 KB
jfs_lock.h -rw-r--r-- 883 bytes
jfs_logmgr.c -rw-r--r-- 58.2 KB
jfs_logmgr.h -rw-r--r-- 14.0 KB
jfs_metapage.c -rw-r--r-- 18.5 KB
jfs_metapage.h -rw-r--r-- 3.5 KB
jfs_mount.c -rw-r--r-- 12.0 KB
jfs_superblock.h -rw-r--r-- 3.4 KB
jfs_txnmgr.c -rw-r--r-- 73.8 KB
jfs_txnmgr.h -rw-r--r-- 7.6 KB
jfs_types.h -rw-r--r-- 3.6 KB
jfs_umount.c -rw-r--r-- 3.3 KB
jfs_unicode.c -rw-r--r-- 2.6 KB
jfs_unicode.h -rw-r--r-- 3.1 KB
jfs_uniupr.c -rw-r--r-- 6.8 KB
jfs_xattr.h -rw-r--r-- 1.8 KB
jfs_xtree.c -rw-r--r-- 91.1 KB
jfs_xtree.h -rw-r--r-- 3.1 KB
namei.c -rw-r--r-- 36.5 KB
resize.c -rw-r--r-- 14.1 KB
super.c -rw-r--r-- 23.6 KB
symlink.c -rw-r--r-- 499 bytes
xattr.c -rw-r--r-- 25.1 KB

back to top