]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
time: delete current_fs_time()
authorDeepa Dinamani <deepa.kernel@gmail.com>
Fri, 12 May 2017 22:46:29 +0000 (15:46 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 12 May 2017 22:57:15 +0000 (15:57 -0700)
commit572e0ca9b909339fbe017aaff1a225efb6db3b61
tree2a111a05f406c4c181f0abe5b717d15fb3543f62
parent18365225f0440d09708ad9daade2ec11275c3df9
time: delete current_fs_time()

All uses of the current_fs_time() function have been replaced by other
time interfaces.

And, its use cases can be fulfilled by current_time() or ktime_get_*
variants.

Link: http://lkml.kernel.org/r/1491613030-11599-13-git-send-email-deepa.kernel@gmail.com
Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Cc: John Stultz <john.stultz@linaro.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/fs.h
kernel/time/time.c