]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
os/fs: fix open_handle when name_to_handle not present
authorSage Weil <sage@redhat.com>
Tue, 28 Apr 2015 23:17:03 +0000 (16:17 -0700)
committerSage Weil <sage@redhat.com>
Wed, 19 Aug 2015 21:03:56 +0000 (17:03 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
src/os/fs/FS.cc

index 03c9a11835e06b25d93781ae4f1538cd55cfbe27..c7412d657040a859fbe3bddcdee4e6e3be6e1258 100644 (file)
@@ -95,7 +95,7 @@ int FS::get_handle(int fd, std::string *h)
   return -EOPNOTSUPP;
 }
 
-int FS::open_handle(int mount_fd, const std::string& h)
+int FS::open_handle(int mount_fd, const std::string& h, int flags)
 {
   return -EOPNOTSUPP;
 }