poelzi / ulatencyd

daemon to minimize latency on a linux system using cgroups
GNU General Public License v3.0
243 stars 30 forks source link

Fix Lua access() calls #35

Closed ghedo closed 11 years ago

ghedo commented 12 years ago

Apparently there's no such thing as posix.R_OK. This patch replaces it with just "r". AFAICT "r" is also selected when passing nil, and that's maybe why it woked fine so far.

gajdusek commented 11 years ago

Hi, thanks for the patch! It was fixed in 683f2114c0b2ced5cc4141017c48ebb68e1a483b and because it is merged now I am closing the report.