author | Petr Baudis <pasky@ucw.cz> | |
Wed, 13 Apr 2005 09:20:38 +0000 (02:20 -0700) | ||
committer | Petr Baudis <xpasky@machine> | |
Wed, 13 Apr 2005 09:20:38 +0000 (02:20 -0700) | ||
commit | bdd4da595a265a091a859754a22688f7351cddee | |
tree | f519f8e9742f9e2f37cecdf3e93338d843471580 | tree | snapshot |
parent | 5c2a7fbc362e4227ced84c32c3fdc9682d085962 | commit | diff |
[PATCH] Make nsec checking optional
The nsec field of ctime/mtime is now checked only with -DNSEC defined during
compilation. nsec acts broken since it is stored in the icache but apparently
just gets to zero when flushed to filesystem not supporting it (e.g. ext3),
creating illusions of false changes. At least that's my impression.
Signed-off-by: Petr Baudis <pasky@ucw.cz>
The nsec field of ctime/mtime is now checked only with -DNSEC defined during
compilation. nsec acts broken since it is stored in the icache but apparently
just gets to zero when flushed to filesystem not supporting it (e.g. ext3),
creating illusions of false changes. At least that's my impression.
Signed-off-by: Petr Baudis <pasky@ucw.cz>
Makefile | diff | blob | history | |
read-cache.c | diff | blob | history |