All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
To: raven@themaw.net, autofs@vger.kernel.org
Cc: Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
Subject: [PATCH 05/12] autofs: Remove AUTOFS_DEVID_LEN
Date: Sun, 10 Jul 2016 17:07:46 +0900	[thread overview]
Message-ID: <1468138073-4870-5-git-send-email-kusumi.tomohiro@gmail.com> (raw)
In-Reply-To: <1468138073-4870-1-git-send-email-kusumi.tomohiro@gmail.com>

This macro was never used by neither kernel nor userspace,
and also doesn't represent "devid length" in bytes.
(unless it was added to mean something else).

Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
---
 include/linux/auto_dev-ioctl.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/linux/auto_dev-ioctl.h b/include/linux/auto_dev-ioctl.h
index 7caaf29..bf82e3a 100644
--- a/include/linux/auto_dev-ioctl.h
+++ b/include/linux/auto_dev-ioctl.h
@@ -18,8 +18,6 @@
 #define AUTOFS_DEV_IOCTL_VERSION_MAJOR	1
 #define AUTOFS_DEV_IOCTL_VERSION_MINOR	0
 
-#define AUTOFS_DEVID_LEN		16
-
 #define AUTOFS_DEV_IOCTL_SIZE		sizeof(struct autofs_dev_ioctl)
 
 /*
-- 
2.5.5

--
To unsubscribe from this list: send the line "unsubscribe autofs" in

  parent reply	other threads:[~2016-07-10  8:07 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-10  8:07 [PATCH 01/12] autofs: Remove obsolete sb fields Tomohiro Kusumi
2016-07-10  8:07 ` [PATCH 02/12] autofs: Don't fail to free_dev_ioctl(param) Tomohiro Kusumi
2016-07-10  8:07 ` [PATCH 03/12] autofs: Fix AUTOFS_DEV_IOCTL_IOC_COUNT value Tomohiro Kusumi
2016-07-19  1:34   ` Ian Kent
2016-07-19 19:29     ` Tomohiro Kusumi
2016-07-20  0:47       ` Ian Kent
2016-07-20 17:53         ` Tomohiro Kusumi
2016-07-21  2:02           ` Ian Kent
2016-07-21 18:12             ` Tomohiro Kusumi
2016-07-10  8:07 ` [PATCH 04/12] autofs: Change _LINUX_AUTO_FS4_H to _UAPI_LINUX_AUTO_FS4_H Tomohiro Kusumi
2016-07-19  1:40   ` Ian Kent
2016-07-10  8:07 ` Tomohiro Kusumi [this message]
2016-07-10  8:07 ` [PATCH 06/12] autofs: Fix Documentation regarding devid on ioctl Tomohiro Kusumi
2016-07-10  8:07 ` [PATCH 07/12] autofs: Update struct autofs_dev_ioctl in Documentation Tomohiro Kusumi
2016-07-10  8:07 ` [PATCH 08/12] autofs: Fix pr_debug() message Tomohiro Kusumi
2016-07-10  8:07 ` [PATCH 09/12] autofs: Fix wrong file/function/macro names in comments Tomohiro Kusumi
2016-07-10  8:07 ` [PATCH 10/12] autofs: Add autofs_dev_ioctl_version() for AUTOFS_DEV_IOCTL_VERSION_CMD Tomohiro Kusumi
2016-07-10  8:07 ` [PATCH 11/12] autofs: Fix print format for ioctl warning message Tomohiro Kusumi
2016-07-10  8:07 ` [PATCH 12/12] autofs: Move inclusion of linux/limits.h to uapi Tomohiro Kusumi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1468138073-4870-5-git-send-email-kusumi.tomohiro@gmail.com \
    --to=kusumi.tomohiro@gmail.com \
    --cc=autofs@vger.kernel.org \
    --cc=raven@themaw.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.