On Tue, Sep 09, 2008 at 07:39:29PM +0530, Aneesh Kumar K.V wrote: > > Shouldn't other file system give error when we call an ioctl with > EXT4_IOC_MIGRATE on the fd ? Only if by some incredible bad luck the ioctl number (which is after all only at 16 bit number) doesn't happen to do something else random, like security erase the entire filesystem. :-) > On ext3 I get the below error > [an/chattr@e2fsprogs-upstream-build]$ ./misc/chattr -E ./misc/e2undo > ./misc/chattr: Inappropriate ioctl for device while converting ./misc/e2undo to extent format > #1, it really should be +e, since we are turning on the extent flag, and #2, we should give a much more user-understandable error message in that case. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html