]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: add EXT4_IOC_GOINGDOWN ioctl
authorTheodore Ts'o <tytso@mit.edu>
Mon, 6 Feb 2017 00:47:14 +0000 (19:47 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 6 Feb 2017 00:47:14 +0000 (19:47 -0500)
commit3f03fa949bedc76520ca63713cb4f212a5c849b4
tree9aa172542294f1d75dc033d10f8756c5832ee1e8
parent2e2f44cb0005f0aeb90235a1e6f1a87e5c14ab44
ext4: add EXT4_IOC_GOINGDOWN ioctl

This ioctl is modeled after the xfs's XFS_IOC_GOINGDOWN ioctl.  (In
fact, it uses the same code points.)

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/ext4.h
fs/ext4/ioctl.c
fs/ext4/super.c