projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f55532a
)
reiserfs_cache_default_acl(): use get_acl()
author
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 18 Mar 2016 17:25:43 +0000
(13:25 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 28 Mar 2016 17:49:38 +0000
(13:49 -0400)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/reiserfs/xattr_acl.c
patch
|
blob
|
history
diff --git
a/fs/reiserfs/xattr_acl.c
b/fs/reiserfs/xattr_acl.c
index 558a16beaacb994749e74cf74acf869f611a1064..ec74bbedc8731db5534ff5094cb46a0933c5e3b7 100644
(file)
--- a/
fs/reiserfs/xattr_acl.c
+++ b/
fs/reiserfs/xattr_acl.c
@@
-370,7
+370,7
@@
int reiserfs_cache_default_acl(struct inode *inode)
if (IS_PRIVATE(inode))
return 0;
- acl =
reiserfs_
get_acl(inode, ACL_TYPE_DEFAULT);
+ acl = get_acl(inode, ACL_TYPE_DEFAULT);
if (acl && !IS_ERR(acl)) {
int size = reiserfs_acl_size(acl->a_count);