commit | 1b48b530dac3e600d92854d98a2a519243661f6c | [log] [tgz] |
---|---|---|
author | Deepa Dinamani <deepa.kernel@gmail.com> | Mon Feb 22 07:17:47 2016 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Mar 29 10:11:44 2016 -0700 |
tree | 7719d461dec32b9ab3a36743f36c033c63b0651b | |
parent | a8f324a46fbe5473633af00039e81821be0ce51b [diff] |
fs: debugfs: Replace CURRENT_TIME by current_fs_time() CURRENT_TIME macro is not appropriate for filesystems as it doesn't use the right granularity for filesystem timestamps. Use current_fs_time() instead. Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>