summaryrefslogtreecommitdiff
path: root/tests/btrfs/174.out
AgeCommit message (Collapse)Author
2020-09-02btrfs/174: Adjust error message when setting compressed flagNikolay Borisov
Following kernel commit "btrfs: add missing check for nocow and compression inode flags" btrfs refuses setting +c on +C files during validation of the args. Account for this by adjusting the expected error message. Signed-off-by: Nikolay Borisov <nborisov@suse.com> Reviewed-by: Anand Jain <anand.jain@oracle.com> Reviewed-by: Marcos Paulo de Souza <mpdesouza@suse.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
2018-11-11btrfs: test invalid operations on a swap fileOmar Sandoval
Btrfs forbids some operations which should not be done on a swap file. Signed-off-by: Omar Sandoval <osandov@fb.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>