diff options
author | Deepa Dinamani <[email protected]> | 2019-06-15 09:00:05 -0700 |
---|---|---|
committer | Deepa Dinamani <[email protected]> | 2019-08-30 07:27:17 -0700 |
commit | 3818c1907a5e4e8fbd57fb14cea77de7c507111a (patch) | |
tree | 6ecfae43da546781513ca392b18857155da87f1b /drivers/fpga/fpga-bridge.c | |
parent | 50e17c000c467fbc927fc001df99beb4027a5323 (diff) |
timestamp_truncate: Replace users of timespec64_trunc
Update the inode timestamp updates to use timestamp_truncate()
instead of timespec64_trunc().
The change was mostly generated by the following coccinelle
script.
virtual context
virtual patch
@r1 depends on patch forall@
struct inode *inode;
identifier i_xtime =~ "^i_[acm]time$";
expression e;
@@
inode->i_xtime =
- timespec64_trunc(
+ timestamp_truncate(
...,
- e);
+ inode);
Signed-off-by: Deepa Dinamani <[email protected]>
Acked-by: Greg Kroah-Hartman <[email protected]>
Acked-by: Jeff Layton <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Diffstat (limited to 'drivers/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions