commit | 5b88608b296c44c67ffa25900b8c2e496c2b41a4 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Fri Nov 21 16:13:16 2014 -0500 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Fri Nov 21 21:41:32 2014 +0000 |
tree | 5826dde08f8251f8bacfd8d84482fd14c6142bbc | |
parent | b2fa2beedc603a17ed7afaa32b80180e54b901f1 [diff] |
Decode FIFREEZE/FITHAW/FITRIM ioctls The freeze/thaw ones are simple, but the trim is an interesting struct. * block.c (block_ioctl): Handle FIFREEZE/FITHAW/FITRIM. * ioctl.c (ioctl_decode): Pass 'X' ioctls to block_ioctl.