]> Git Repo - linux.git/commit - fs/debugfs/inode.c
fs: debugfs: Replace CURRENT_TIME by current_fs_time()
authorDeepa Dinamani <[email protected]>
Mon, 22 Feb 2016 15:17:47 +0000 (07:17 -0800)
committerGreg Kroah-Hartman <[email protected]>
Tue, 29 Mar 2016 17:11:44 +0000 (10:11 -0700)
commit1b48b530dac3e600d92854d98a2a519243661f6c
tree7719d461dec32b9ab3a36743f36c033c63b0651b
parenta8f324a46fbe5473633af00039e81821be0ce51b
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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
fs/debugfs/inode.c
This page took 0.054112 seconds and 4 git commands to generate.