]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
autofs: add command enum/macros for root-dir ioctls
authorTomohiro Kusumi <tkusumi@tuxera.com>
Mon, 27 Feb 2017 22:27:11 +0000 (14:27 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 28 Feb 2017 02:43:45 +0000 (18:43 -0800)
commit0fae77feca339699dbd6c079ded37bbd72432eb3
treef80bf8f25690782c9b9b8de5f318973f22c94063
parent88488080946c2da0d998a3ac0a0a5aebf8dc62c8
autofs: add command enum/macros for root-dir ioctls

Sync root-dir ioctl with misc-char-dev ioctl's enum/macro format since
these two types of ioctls aren't completely independent of each other in
terms of command nr.  No functional changes.

Link: http://lkml.kernel.org/r/148577166143.9801.15511796506678428145.stgit@pluto.themaw.net
Signed-off-by: Tomohiro Kusumi <tkusumi@tuxera.com>
Signed-off-by: Ian Kent <raven@themaw.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/uapi/linux/auto_dev-ioctl.h
include/uapi/linux/auto_fs.h
include/uapi/linux/auto_fs4.h