Skip to content

Commit

Permalink
autofs: remove AUTOFS_DEVID_LEN
Browse files Browse the repository at this point in the history
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).

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Tomohiro Kusumi <[email protected]>
Signed-off-by: Ian Kent <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
kusumi authored and torvalds committed Oct 11, 2016
1 parent 41a4497 commit 72063e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/auto_dev-ioctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

/*
Expand Down

0 comments on commit 72063e0

Please sign in to comment.