DESC Remove some unneeded pthread_mutex_lock()s in the wrapper functions. EDESC We use jfs.lock inside the wrappers to protect paralell file pointer access; however this lock is obviously not needed in jpwrite() and jpread(), because they do not touch the file pointer. This patch removes the calls and adds a big comment about it.