Daniel Gryniewicz
Daniel Gryniewicz
I'm sure it's possible, but the full request/review/CI/commit cycle for us is done via gerrithub, so we've never looked into it. I'm not sure what we'd even check against, since...
The big feature is continuity of changes in PRs. When someone reviews a patch, and you update it, gerrit shows you the difference between the old version of the PR...
It may also be a problem in CephFS. I'm not sure PATHMAX comes into it, since we should never be dealing with the full path, only with a parent directory...
I'm confused, there appear to be no unlocks in chunk_unref_locked(). Did you mean a different function?
I think it's safe. get_lru_chunk_with_lock() only unlocks ioqh->qmutex if pthread_mutex_trylock() succeeded, which means that ioq was not already locked, and we succeeded in taking the lock. The correct thing to...
You have two options. You can update your submodules (ntirpc is a git submodule in nfs-ganesha), and build it in place, or you can build and install ntirpc as a...
If you're building from a tarball, especially if you're making packages, you should install ntirpc separately on it's own. The integrated ntirpc is for development, and so it only supported...