commit | 8eea80d52b9d87cfd771055534bd2c24f73704d7 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Sep 13 19:54:35 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Sep 13 19:54:35 2008 -0400 |
tree | 7c25e13bbd59cbee49e30005b1f6470cadd092b5 | |
parent | 4db46fc266b84a04b73b7a4c6ebe8a543a62a2ff [diff] |
ext4: Renumber EXT4_IOC_MIGRATE Pick an ioctl number for EXT4_IOC_MIGRATE that won't conflict with other ext4 ioctl's. Since there haven't been any major userspace users of this ioctl, we can afford to change this now, to avoid potential problems later. Also, reorder the ioctl numbers in ext4.h to avoid this sort of mistake in the future. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>