From: Ilya Dryomov Date: Wed, 25 Mar 2015 18:07:41 +0000 (+0300) Subject: libceph: expose client options through debugfs X-Git-Tag: omap-for-v4.1/fixes-rc1~49^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cf7bd30120ead3db43ef9074be38018d9acf22f;p=pandora-kernel.git libceph: expose client options through debugfs Add a client_options attribute for showing libceph options. Signed-off-by: Ilya Dryomov --- diff --git a/include/linux/ceph/libceph.h b/include/linux/ceph/libceph.h index 303be6ef7f94..30f92cefaa72 100644 --- a/include/linux/ceph/libceph.h +++ b/include/linux/ceph/libceph.h @@ -135,6 +135,7 @@ struct ceph_client { struct dentry *debugfs_dir; struct dentry *debugfs_monmap; struct dentry *debugfs_osdmap; + struct dentry *debugfs_options; #endif }; Reading git-diff-tree failed