diff options
author | Deepa Dinamani <deepa.kernel@gmail.com> | 2017-05-12 15:46:29 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-05-12 15:57:15 -0700 |
commit | 572e0ca9b909339fbe017aaff1a225efb6db3b61 (patch) | |
tree | 2a111a05f406c4c181f0abe5b717d15fb3543f62 /include | |
parent | 18365225f0440d09708ad9daade2ec11275c3df9 (diff) | |
download | linux-stable-572e0ca9b909339fbe017aaff1a225efb6db3b61.tar.gz linux-stable-572e0ca9b909339fbe017aaff1a225efb6db3b61.tar.bz2 linux-stable-572e0ca9b909339fbe017aaff1a225efb6db3b61.zip |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 0ad325ed71e8..803e5a9b2654 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -1431,7 +1431,6 @@ static inline void i_gid_write(struct inode *inode, gid_t gid) inode->i_gid = make_kgid(inode->i_sb->s_user_ns, gid); } -extern struct timespec current_fs_time(struct super_block *sb); extern struct timespec current_time(struct inode *inode); /* |