Hi Since there was not may people on IRC right now who could answer I send an email instead.
I'd like to derive a test case for partial file locking with libnetfs: Setting up ftpfs and reading e.g. cat ftp://ftp.gnu.org/README works fine. But open() on that file returns EBADF. Other translators using libnetfs are: cvsfs, gohperfs, httpfs, mboxfs, nfs, procfs, tarfs, xmlfs. A test case for libtrivfs is already available in the test code for the tdb patch: int fd = open("/dev/null", O_RDWR); Any ideas? Thanks :)