]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
java: remove create/release synchronization
authorNoah Watkins <noahwatkins@gmail.com>
Fri, 11 Jan 2013 23:19:13 +0000 (15:19 -0800)
committerNoah Watkins <noahwatkins@gmail.com>
Mon, 14 Jan 2013 21:11:09 +0000 (13:11 -0800)
commitfb8a488e22751696af0cf3710a1b63656def1844
tree1dad2641bd6c03ee9b1ce473938b757056790984
parent017b6d63db41473645f38589daceccf174972136
java: remove create/release synchronization

The constructor calls create, and finalize() calls release. Since each
of these can only happen once (enforced by Java), there is no fear of a
race condition.

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
src/java/java/com/ceph/fs/CephMount.java