There's no real reason to force the user to specify "-F" for non-xfs files, when we can just test for that after it's opened. * Remove the -F flag from usage() & man pages, but still accept it. * Set
Looks good. We probably should kill the IO_FOREIGN eventually too, but let's do the user facing part first. Reviewed-by: Christoph Hellwig <hch@xxxxxx>
* Remove the -F flag from usage()& man pages, but still accept it. * Set IO_FOREIGN when we open the file, if the fd tests as non-xfs. Signed-off-by: Eric Sandeen<sandeen@xxxxxxxxxx> -- diff --git a/