diff options
| author | Al Viro <viro@zeniv.linux.org.uk> | 2016-03-18 13:25:43 -0400 |
|---|---|---|
| committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-03-28 13:49:38 -0400 |
| commit | 7dffc87f2eea9f80889d2eb87bfbe63e51b9709c (patch) | |
| tree | eeae6e9df5a974893693f3fb5364377fbf771d6a /fs/reiserfs | |
| parent | f55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff) | |
reiserfs_cache_default_acl(): use get_acl()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/reiserfs')
| -rw-r--r-- | fs/reiserfs/xattr_acl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/reiserfs/xattr_acl.c b/fs/reiserfs/xattr_acl.c index 558a16beaacb..ec74bbedc873 100644 --- a/fs/reiserfs/xattr_acl.c +++ b/fs/reiserfs/xattr_acl.c | |||
| @@ -370,7 +370,7 @@ int reiserfs_cache_default_acl(struct inode *inode) | |||
| 370 | if (IS_PRIVATE(inode)) | 370 | if (IS_PRIVATE(inode)) |
| 371 | return 0; | 371 | return 0; |
| 372 | 372 | ||
| 373 | acl = reiserfs_get_acl(inode, ACL_TYPE_DEFAULT); | 373 | acl = get_acl(inode, ACL_TYPE_DEFAULT); |
| 374 | 374 | ||
| 375 | if (acl && !IS_ERR(acl)) { | 375 | if (acl && !IS_ERR(acl)) { |
| 376 | int size = reiserfs_acl_size(acl->a_count); | 376 | int size = reiserfs_acl_size(acl->a_count); |
