Quantcast
Channel: lkml.org : Shesha Sreenivasamurthy
Viewing all articles
Browse latest Browse all 1267

Re: [PATCH v6 3/4] vfs: Add timestamp_truncate() api

$
0
0
Linus Torvalds writes: (Summary) wrote:

[...]

+ t.tv_nsec -= t.tv_nsec % gran;
This doesn't actuall ywork if tv_nsec is negative.
This doesn't actuall ywork if tv_nsec is negative.
Which may not be an issue in most cases, but did somebody check utimensat() or whatever?
utimensat() or whatever?

[...]

+ WARN(1, "illegal file time granularity: %u", gran); No cops will hunt you down for things like this.
No cops will hunt you down for things like this.
Linus
Linus
Linus

Viewing all articles
Browse latest Browse all 1267

Trending Articles