]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
client/fuse_ll.c: const cleanup
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Thu, 3 Feb 2011 15:51:57 +0000 (07:51 -0800)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Thu, 3 Feb 2011 15:51:57 +0000 (07:51 -0800)
Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
src/client/fuse_ll.cc

index ab0b78d2358ccb799d25f7d0a5332fdd5a7d6ec8..73bb30d852e9a2343dab0dd2dae8bc0a30cd6e08 100644 (file)
@@ -445,7 +445,7 @@ static void do_init(void *foo, fuse_conn_info *bar)
   }
 }
 
-static struct fuse_lowlevel_ops ceph_ll_oper = {
+const static struct fuse_lowlevel_ops ceph_ll_oper = {
  init: do_init,
  destroy: 0,
  lookup: ceph_ll_lookup,