ext4: Renumber EXT4_IOC_MIGRATE
authorTheodore Ts'o <tytso@mit.edu>
Sun, 16 Nov 2008 16:05:26 +0000 (11:05 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 5 Dec 2008 18:55:39 +0000 (10:55 -0800)
commite76ba9390e4e6892683dced25a6d91a7fcdc3167
tree76b75d2255bfaf53cc4e7ead7d01f5cd167db7df
parentf8a75941d1109950738701ecdd797c56808c0d2b
ext4: Renumber EXT4_IOC_MIGRATE

(cherry picked from commit 8eea80d52b9d87cfd771055534bd2c24f73704d7)

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/ext4/ext4.h