pmem / pmemfile

Userspace implementation of file APIs using persistent memory.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing support for advisory record locking

marcinslusarz opened this issue · comments

F_SETLK, F_SETLKW and F_GETLK flags of fcntl are not supported

Unsupported fctnl calls with F_GETLK found in tests: tkt2565.test, malloc3.test, rollbackfault.test, uri.test of Sqlite TCL test suite.

FTR, those tests are no longer failing because of improved emulation of advisory record locking. Real support is still missing.