|
Description
|
There was a recent jurassic panic caused by a zfs_setattr(). Its was doing a chmod() operation which caused the internal ACL to grow large enough that it needed to be migrated to an external ACL object. The following reproduces the problem on stock nevada bits.
$ touch file.1
$ chmod A=owner@:rwx:allow,owner@::deny,group@:r:allow,group@::deny,group@::allow,everyone@:r:allow,everyone@::deny file.1
$ chmod 644 file.1
panic happens
|