commit | 46a53cca826e71effe59e3cb4f383622c33ebdcb | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Mon Apr 27 11:47:50 2009 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Mon Apr 27 13:18:35 2009 -0400 |
tree | 8786a00a80e55862c58785ff40c0d98dc53c194a | |
parent | 7b1a14bbb0e547aaa4d30cc376e6c8c12539ab0f [diff] |
Btrfs: look for acls during btrfs_read_locked_inode This changes btrfs_read_locked_inode() to peek ahead in the btree for acl items. If it is certain a given inode has no acls, it will set the in memory acl fields to null to avoid acl lookups completely. Signed-off-by: Chris Mason <chris.mason@oracle.com>