btrfs: replace EINVAL with EOPNOTSUPP for dev_replace raid56
authorGui Hecheng <guihc.fnst@cn.fujitsu.com>
Thu, 5 Jun 2014 02:02:51 +0000 (10:02 +0800)
committerChris Mason <clm@fb.com>
Tue, 10 Jun 2014 00:21:12 +0000 (17:21 -0700)
commitc81d57679ee4b87a5b50e9afe4e5d1866d08b9ad
tree3aa34ebc64c9c1233752a01918f80c0c8f0baefd
parent9391558411e89915f7f7c5c996d3091eced1a0ef
btrfs: replace EINVAL with EOPNOTSUPP for dev_replace raid56

To return EOPNOTSUPP is more user friendly than to return EINVAL,
and then user-space tool will show that the dev_replace operation
for raid56 is not currently supported rather than showing that
there is an invalid argument.

Signed-off-by: Gui Hecheng <guihc.fnst@cn.fujitsu.com>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/dev-replace.c