commit | 783d948544993f55bdacc78b127532e8b6e2fc9f | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Feb 05 19:47:14 2017 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Feb 05 19:47:14 2017 -0500 |
tree | 9aa172542294f1d75dc033d10f8756c5832ee1e8 | |
parent | 0db1ff222d40f1601c961f0edb86d10426992595 [diff] |
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>