forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork0
Commitfd991a2
y2038: Provide aliases for compat helpers
As part of the system call rework for 64-bit time_t, we are restructuringthe way that compat syscalls deal with 32-bit time_t, reusing theimplementation for 32-bit architectures. Christoph Hellwig suggested arename of the associated types and interfaces to avoid the confusing usageof the 'compat' prefix for 32-bit architectures.To prepare for doing that in linux-4.20, add a set of macros that allows toconvert subsystems separately to the new names and avoids some of thenastier merge conflicts.Signed-off-by: Arnd Bergmann <arnd@arndb.de>Signed-off-by: Thomas Gleixner <tglx@linutronix.de>Acked-by: Christoph Hellwig <hch@lst.de>Cc: y2038@lists.linaro.orgCc: John Stultz <john.stultz@linaro.org>Cc: Deepa Dinamani <deepa.kernel@gmail.com>Link:https://lkml.kernel.org/r/20180821203329.2089473-1-arnd@arndb.de1 parentf19f5c4 commitfd991a2
1 file changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
210 | 225 | | |
0 commit comments
Comments
(0)