Return -EOPNOTSUPP for ZFS_IOC_{GET|SET}FLAGS
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 26 Jun 2013 19:53:04 +0000 (12:53 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 26 Jun 2013 22:20:13 +0000 (15:20 -0700)
commit88c283952f0bfeab54612f9ce666601d83c4244f
tree6106c5f99056e834ddcf229858d41d03e50780d2
parent0c1171dcb5c50f3a03c60f4346209c23a2b5ef86
Return -EOPNOTSUPP for ZFS_IOC_{GET|SET}FLAGS

Until these hooks are fully implemented return the expected
-EOPNOTSUPP error to indicate they are not functional.  This
allows test suites such as xfstests to cleanly skip testing
this functionality until it's implemented.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #229
include/linux/vfs_compat.h
module/zfs/zpl_file.c