lkml.org 
[lkml]   [2015]   [Jan]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH] ceph: acl: Remove unused function
From
On Sun, Jan 4, 2015 at 7:44 AM, Rickard Strandqvist
<rickard_strandqvist@spectrumdigital.se> wrote:
> Remove the function ceph_get_cached_acl() that is not used anywhere.
>
> This was partially found by using a static code analysis program called cppcheck.
>
> Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
> ---
> fs/ceph/acl.c | 14 --------------
> 1 file changed, 14 deletions(-)
>
> diff --git a/fs/ceph/acl.c b/fs/ceph/acl.c
> index 5bd853b..64fa248 100644
> --- a/fs/ceph/acl.c
> +++ b/fs/ceph/acl.c
> @@ -40,20 +40,6 @@ static inline void ceph_set_cached_acl(struct inode *inode,
> spin_unlock(&ci->i_ceph_lock);
> }
>
> -static inline struct posix_acl *ceph_get_cached_acl(struct inode *inode,
> - int type)
> -{
> - struct ceph_inode_info *ci = ceph_inode(inode);
> - struct posix_acl *acl = ACL_NOT_CACHED;
> -
> - spin_lock(&ci->i_ceph_lock);
> - if (__ceph_caps_issued_mask(ci, CEPH_CAP_XATTR_SHARED, 0))
> - acl = get_cached_acl(inode, type);
> - spin_unlock(&ci->i_ceph_lock);
> -
> - return acl;
> -}
> -
> struct posix_acl *ceph_get_acl(struct inode *inode, int type)
> {
> int size;
> --
> 1.7.10.4
>

added to testing branch.

Thanks


> --
> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html


\
 
 \ /
  Last update: 2015-01-06 08:41    [W:0.580 / U:0.116 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site