X-Git-Url: http://git.cascardo.info/?p=cascardo%2Flinux.git;a=blobdiff_plain;f=fs%2Fcoda%2Fdir.c;h=c0474ac6cbf200eb458eaf5e3f2359e9b0edfcab;hp=82aceaef8e4eda2648644a8b784139f0883282b9;hb=3873691e5ab34fa26948643d038a2b98c4437298;hpb=aadfa8019e8114539cfa0b1eb2e5a9c83094a590 diff --git a/fs/coda/dir.c b/fs/coda/dir.c index 82aceaef8e4e..c0474ac6cbf2 100644 --- a/fs/coda/dir.c +++ b/fs/coda/dir.c @@ -109,7 +109,7 @@ static inline void coda_dir_update_mtime(struct inode *dir) /* optimistically we can also act as if our nose bleeds. The * granularity of the mtime is coarse anyways so we might actually be * right most of the time. Note: we only do this for directories. */ - dir->i_mtime = dir->i_ctime = CURRENT_TIME_SEC; + dir->i_mtime = dir->i_ctime = current_time(dir); #endif }