|
@@ -207,8 +207,6 @@ struct posix_acl *nfs3_proc_getacl(struct inode *inode, int type)
|
|
status = nfs_revalidate_inode(server, inode);
|
|
status = nfs_revalidate_inode(server, inode);
|
|
if (status < 0)
|
|
if (status < 0)
|
|
return ERR_PTR(status);
|
|
return ERR_PTR(status);
|
|
- if (NFS_I(inode)->cache_validity & NFS_INO_INVALID_ACL)
|
|
|
|
- nfs_zap_acl_cache(inode);
|
|
|
|
acl = nfs3_get_cached_acl(inode, type);
|
|
acl = nfs3_get_cached_acl(inode, type);
|
|
if (acl != ERR_PTR(-EAGAIN))
|
|
if (acl != ERR_PTR(-EAGAIN))
|
|
return acl;
|
|
return acl;
|