~xdavidwu/saf-cephfs

a2edcc6c3d48eb1f83b8b382caf1317c6deced93 — xdavidwu 2 years ago 7eb7507
Revert "CephMount: add missing IOException throw to mount()"

This reverts commit 3cc32c4928758dbbd559ddf85d419bda28721b4a.

Unneeded modification after 7eb7507da84e9c9405f4b8149e61378594c205aa
1 files changed, 1 insertions(+), 1 deletions(-)

M src/main/java/com/ceph/fs/CephMount.java
M src/main/java/com/ceph/fs/CephMount.java => src/main/java/com/ceph/fs/CephMount.java +1 -1
@@ 162,7 162,7 @@ public class CephMount {
   *
   * @param root The path to use as the root (pass null for "/").
   */
  public void mount(String root) throws IOException {
  public void mount(String root) {
    wlock.lock();
    try {
      native_ceph_mount(instance_ptr, root);