[PATCH/RFC] Simplify implementation of lock / unlock operations in FSFS
From: Sergey Raevskiy <sergey.raevskiy_at_visualsvn.com>
Date: Wed, 11 Feb 2015 19:51:27 +0300
Hi!
Recently I've spent some time investigating how lock and unlock are implemented
The patch is attached.
Log message:
* subversion/libsvn_fs_fs/lock.c
PS. I've noticed at least one improper pool usage in locking code:
...
info->lock->path = info->path;
The svn_lock_t * object is created in the result_pool, but its fields like PATH
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.