linux/fs/debugfs
Deepa Dinamani c2050a454c fs: Replace current_fs_time() with current_time()
current_fs_time() uses struct super_block* as an argument.
As per Linus's suggestion, this is changed to take struct
inode* as a parameter instead. This is because the function
is primarily meant for vfs inode timestamps.
Also the function was renamed as per Arnd's suggestion.

Change all calls to current_fs_time() to use the new
current_time() function instead. current_fs_time() will be
deleted.

Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2016-09-27 21:06:22 -04:00
..
file.c debugfs: open_proxy_open(): avoid double fops release 2016-06-15 04:56:35 -07:00
inode.c fs: Replace current_fs_time() with current_time() 2016-09-27 21:06:22 -04:00
internal.h debugfs: prevent access to removed files' private data 2016-04-12 14:14:21 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00