Skip to content
Commit 30f8fe3e authored by Josef Bacik's avatar Josef Bacik
Browse files

Btrfs: cache no acl on new inodes



When running compilebench I noticed we were spending some time looking up
acls on new inodes, which shouldn't be happening since there were no acls.
This is because when we init acls on the inode after creating them we don't
cache the fact there are no acls if there aren't any.  Doing this adds a
little bit of a bump to my compilebench runs.  Thanks,
Btrfs: cache no acl on new inodes

Signed-off-by: default avatarJosef Bacik <josef@redhat.com>
parent 0c4d2d95
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment