ext4: Renumber EXT4_IOC_MIGRATE
authorTheodore Ts'o <tytso@mit.edu>
Sat, 13 Sep 2008 23:54:35 +0000 (19:54 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 13 Sep 2008 23:54:35 +0000 (19:54 -0400)
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>
fs/ext4/ext4.h

diff --cc fs/ext4/ext4.h
Simple merge