Hi, sorry for jumping into this a little late, but... What is the purpose of these distinctions? Does anyone rely on them? Do such distinctions exist in an existing implementation? Thanks. Daniel
hi Daniel, No problem. BTW, we have reworked the interfaces once more and will send out the latest revision in the next couple of days - it does away with commands and flags completely, except for th
OK, well I can see some patterns emerging already: long sys_getxattr(char *path, char *name, void *value, size_t size, int flags) long sys_setxattr(char *path, char *name, void *value, size_t size, i
hi Daniel, Not sure where you got those from (one of the early patches?), but it looks more like this now: long sys_setxattr(char *path, char *name, void *value, size_t size, int flags); long sys_get