Re: [PATCH v2 00/10] locks: saner method for managing file locks

2015-01-09 Thread Christoph Hellwig
Modulo the minor nitpiks this looks fine to me: Acked-by: Christoph Hellwig h...@lst.de -- To unsubscribe from this list: send the line unsubscribe ceph-devel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH v2 00/10] locks: saner method for managing file locks

2015-01-08 Thread Jeff Layton
v2: - bugfix to the flc_posix list ordering that broke the split/merge code - don't use i_lock to manage the i_flctx pointer. Do so locklessly via cmpxchg(). - reordering of the patches to make the set bisectable. As a result the new spinlock is not introduced until near the end of the set -