]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge remote-tracking branch 'origin/wip-libcephfs-acl' into greg-fs-testing
authorGreg Farnum <gfarnum@redhat.com>
Thu, 14 Jan 2016 18:24:15 +0000 (10:24 -0800)
committerGreg Farnum <gfarnum@redhat.com>
Thu, 14 Jan 2016 18:24:15 +0000 (10:24 -0800)
https://github.com/ceph/ceph/pull/5658

Reviewed-by: John Spray <jspray@redhat.com>
Conflicts:
src/common/config_opts.h

Signed-off-by: Greg Farnum <gfarnum@redhat.com>
1  2 
src/client/Client.cc
src/client/Client.h
src/common/config_opts.h
src/include/ceph_fs.h

Simple merge
Simple merge
index a923645d30f43d48b1e60d12abc487ee18b203c0,994bae80c56213b207e977e49512f64c3854fbd6..4458ce2c7ad33d32fba7593de5b322c9d992dd92
@@@ -366,7 -366,8 +366,9 @@@ OPTION(client_debug_inject_tick_delay, 
  OPTION(client_max_inline_size, OPT_U64, 4096)
  OPTION(client_inject_release_failure, OPT_BOOL, false)  // synthetic client bug for testing
  OPTION(client_inject_fixed_oldest_tid, OPT_BOOL, false)  // synthetic client bug for testing
 +OPTION(client_metadata, OPT_STR, "")
+ OPTION(client_acl_type, OPT_STR, "")
+ OPTION(client_permissions, OPT_BOOL, true)
  
  // note: the max amount of "in flight" dirty data is roughly (max - target)
  OPTION(fuse_use_invalidate_cb, OPT_BOOL, false) // use fuse 2.8+ invalidate callback to keep page cache consistent
Simple merge