diff options
Diffstat (limited to 'fs/nilfs2/segment.c')
-rw-r--r-- | fs/nilfs2/segment.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nilfs2/segment.c b/fs/nilfs2/segment.c index 9f3ffba41533..0953635e7d48 100644 --- a/fs/nilfs2/segment.c +++ b/fs/nilfs2/segment.c | |||
@@ -2040,7 +2040,7 @@ static int nilfs_segctor_do_construct(struct nilfs_sc_info *sci, int mode) | |||
2040 | goto out; | 2040 | goto out; |
2041 | 2041 | ||
2042 | /* Update time stamp */ | 2042 | /* Update time stamp */ |
2043 | sci->sc_seg_ctime = get_seconds(); | 2043 | sci->sc_seg_ctime = ktime_get_real_seconds(); |
2044 | 2044 | ||
2045 | err = nilfs_segctor_collect(sci, nilfs, mode); | 2045 | err = nilfs_segctor_collect(sci, nilfs, mode); |
2046 | if (unlikely(err)) | 2046 | if (unlikely(err)) |