usb: gadget: udc: reduce indentation
[linux-2.6-block.git] / fs / inode.c
index 35d2108d567c25d0de1376a84e8a2a4333859ddf..0cd47fe0dbe51db41233db2cace81b1f64503b32 100644 (file)
@@ -2149,7 +2149,9 @@ EXPORT_SYMBOL(timespec64_trunc);
  */
 struct timespec64 current_time(struct inode *inode)
 {
-       struct timespec64 now = current_kernel_time64();
+       struct timespec64 now;
+
+       ktime_get_coarse_real_ts64(&now);
 
        if (unlikely(!inode->i_sb)) {
                WARN(1, "current_time() called with uninitialized super_block in the inode");