All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/3] Bluetooth: Remove use_debug_keys debugfs entry
@ 2014-01-31 19:55 Marcel Holtmann
  2014-01-31 21:18 ` Anderson Lizardo
  0 siblings, 1 reply; 4+ messages in thread
From: Marcel Holtmann @ 2014-01-31 19:55 UTC (permalink / raw
  To: linux-bluetooth

Since the use of debug keys can not be identified from the current
settings information, this debugfs entry is no longer.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
---
 net/bluetooth/hci_core.c | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/net/bluetooth/hci_core.c b/net/bluetooth/hci_core.c
index d370b432aea6..7a44c8c1037a 100644
--- a/net/bluetooth/hci_core.c
+++ b/net/bluetooth/hci_core.c
@@ -285,24 +285,6 @@ static const struct file_operations link_keys_fops = {
 	.release	= single_release,
 };
 
-static ssize_t use_debug_keys_read(struct file *file, char __user *user_buf,
-				   size_t count, loff_t *ppos)
-{
-	struct hci_dev *hdev = file->private_data;
-	char buf[3];
-
-	buf[0] = test_bit(HCI_DEBUG_KEYS, &hdev->dev_flags) ? 'Y': 'N';
-	buf[1] = '\n';
-	buf[2] = '\0';
-	return simple_read_from_buffer(user_buf, count, ppos, buf, 2);
-}
-
-static const struct file_operations use_debug_keys_fops = {
-	.open		= simple_open,
-	.read		= use_debug_keys_read,
-	.llseek		= default_llseek,
-};
-
 static int dev_class_show(struct seq_file *f, void *ptr)
 {
 	struct hci_dev *hdev = f->private;
@@ -1494,8 +1476,6 @@ static int __hci_init(struct hci_dev *hdev)
 				    hdev, &inquiry_cache_fops);
 		debugfs_create_file("link_keys", 0400, hdev->debugfs,
 				    hdev, &link_keys_fops);
-		debugfs_create_file("use_debug_keys", 0444, hdev->debugfs,
-				    hdev, &use_debug_keys_fops);
 		debugfs_create_file("dev_class", 0444, hdev->debugfs,
 				    hdev, &dev_class_fops);
 		debugfs_create_file("voice_setting", 0444, hdev->debugfs,
-- 
1.8.5.3


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 3/3] Bluetooth: Remove use_debug_keys debugfs entry
  2014-01-31 19:55 [PATCH 3/3] Bluetooth: Remove use_debug_keys debugfs entry Marcel Holtmann
@ 2014-01-31 21:18 ` Anderson Lizardo
  2014-01-31 21:39   ` Marcel Holtmann
  0 siblings, 1 reply; 4+ messages in thread
From: Anderson Lizardo @ 2014-01-31 21:18 UTC (permalink / raw
  To: Marcel Holtmann; +Cc: BlueZ development

Hi Marcel,

On Fri, Jan 31, 2014 at 3:55 PM, Marcel Holtmann <marcel@holtmann.org> wrote:
> Since the use of debug keys can not be identified from the current
> settings information, this debugfs entry is no longer.

I believe you meant "debug keys can be identified..."  and "is no
longer necessary."

Best Regards,
-- 
Anderson Lizardo
http://www.indt.org/?lang=en
INdT - Manaus - Brazil

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 3/3] Bluetooth: Remove use_debug_keys debugfs entry
  2014-01-31 21:18 ` Anderson Lizardo
@ 2014-01-31 21:39   ` Marcel Holtmann
  2014-02-02  1:48     ` Johan Hedberg
  0 siblings, 1 reply; 4+ messages in thread
From: Marcel Holtmann @ 2014-01-31 21:39 UTC (permalink / raw
  To: Anderson Lizardo; +Cc: BlueZ development

Hi Anderson,

>> Since the use of debug keys can not be identified from the current
>> settings information, this debugfs entry is no longer.
> 
> I believe you meant "debug keys can be identified..."  and "is no
> longer necessary.”

indeed I did.

Johan, in case you go ahead with applying this patch, please fix this up.

Regards

Marcel


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 3/3] Bluetooth: Remove use_debug_keys debugfs entry
  2014-01-31 21:39   ` Marcel Holtmann
@ 2014-02-02  1:48     ` Johan Hedberg
  0 siblings, 0 replies; 4+ messages in thread
From: Johan Hedberg @ 2014-02-02  1:48 UTC (permalink / raw
  To: Marcel Holtmann; +Cc: Anderson Lizardo, BlueZ development

Hi Marcel,

On Fri, Jan 31, 2014, Marcel Holtmann wrote:
> >> Since the use of debug keys can not be identified from the current
> >> settings information, this debugfs entry is no longer.
> > 
> > I believe you meant "debug keys can be identified..."  and "is no
> > longer necessary.”
> 
> indeed I did.
> 
> Johan, in case you go ahead with applying this patch, please fix this up.

Done. All three patches in the set are now in the bluetooth-next tree.

Johan

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-02-02  1:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-31 19:55 [PATCH 3/3] Bluetooth: Remove use_debug_keys debugfs entry Marcel Holtmann
2014-01-31 21:18 ` Anderson Lizardo
2014-01-31 21:39   ` Marcel Holtmann
2014-02-02  1:48     ` Johan Hedberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.