]> gitweb.michael.orlitzky.com - apply-default-acl.git/commitdiff
src/libadacl.c: delete an outdated comment.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 2 Mar 2018 16:51:53 +0000 (11:51 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 2 Mar 2018 16:51:53 +0000 (11:51 -0500)
src/libadacl.c

index 2c289450316c1f473bdb0d5f44d286fc98c68f89..e83f46be630bc40c779f9792786fa2c82e9ff944 100644 (file)
@@ -731,9 +731,6 @@ int apply_default_acl(const char* path, bool no_exec_mask) {
    * race condition here, but the window is as small as possible
    * between when we open the file descriptor (look above) and when we
    * fstat it.
-   *
-   * Note: we only need to call fstat ourselves if we weren't passed a
-   * valid pointer to a stat structure (nftw does that).
   */
   struct stat s;
   if (fstat(fd, &s) == STAT_ERROR) {