Flávio Cruz, le Thu 17 Sep 2015 02:05:33 +0000, a écrit : > CHANGE_NODE_FIELD (cred, > ({ > if (!(err = fshelp_isowner (&np->dn_stat, cred->user))) > { > - if (atime.microseconds == -1) > + if (atime.tv_nsec == UTIME_NOW) > np->dn_set_atime = 1; > + else if (atime.tv_nsec == UTIME_OMIT) > + ; /* do nothing */
Please take care of the existing indentation, here the code is using tabs, so please use tabs. Otherwise it looks very odd when using a different tabset (here you apparently assumed it to be 2, but other people may be using something else). Samuel