Todd Lipcon has posted comments on this change. Change subject: KUDU-2052: use XFS_IOC_UNRESVSP64 ioctl to punch holes on xfs ......................................................................
Patch Set 2: (1 comment) http://gerrit.cloudera.org:8080/#/c/7269/2/src/kudu/util/env_posix.cc File src/kudu/util/env_posix.cc: Line 83: // These struct and ioctl definitions were copied verbatim from xfsprogs. > Could the use-site be if-deff'd out on OS X instead of redeclaring the stru The header which includes this is part of Linux and distributed as part of xfsprogs-devel on some systems, but isn't commonly installed, so we need to redefine here even on Linux. I raised the question for ASF legal here: https://issues.apache.org/jira/browse/LEGAL-316 -- To view, visit http://gerrit.cloudera.org:8080/7269 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ia3f5478729594f2a7e4e441905995b6f5d207d51 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Adar Dembo <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-HasComments: Yes
