All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] Smack: Remove unused inline function smk_ad_setfield_u_fs_path_mnt
@ 2020-05-09 11:20 YueHaibing
  2020-05-12 16:03 ` Casey Schaufler
  0 siblings, 1 reply; 2+ messages in thread
From: YueHaibing @ 2020-05-09 11:20 UTC (permalink / raw)
  To: casey, jmorris, serge, tglx
  Cc: linux-security-module, linux-kernel, YueHaibing

commit a269434d2fb4 ("LSM: separate LSM_AUDIT_DATA_DENTRY from LSM_AUDIT_DATA_PATH")
left behind this, remove it.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 security/smack/smack.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/security/smack/smack.h b/security/smack/smack.h
index 62529f382942..f244c9d10004 100644
--- a/security/smack/smack.h
+++ b/security/smack/smack.h
@@ -505,10 +505,6 @@ static inline void smk_ad_setfield_u_fs_path_dentry(struct smk_audit_info *a,
 						    struct dentry *d)
 {
 }
-static inline void smk_ad_setfield_u_fs_path_mnt(struct smk_audit_info *a,
-						 struct vfsmount *m)
-{
-}
 static inline void smk_ad_setfield_u_fs_inode(struct smk_audit_info *a,
 					      struct inode *i)
 {
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH -next] Smack: Remove unused inline function smk_ad_setfield_u_fs_path_mnt
  2020-05-09 11:20 [PATCH -next] Smack: Remove unused inline function smk_ad_setfield_u_fs_path_mnt YueHaibing
@ 2020-05-12 16:03 ` Casey Schaufler
  0 siblings, 0 replies; 2+ messages in thread
From: Casey Schaufler @ 2020-05-12 16:03 UTC (permalink / raw)
  To: YueHaibing, jmorris, serge, tglx
  Cc: linux-security-module, linux-kernel, Casey Schaufler

On 5/9/2020 4:20 AM, YueHaibing wrote:
> commit a269434d2fb4 ("LSM: separate LSM_AUDIT_DATA_DENTRY from LSM_AUDIT_DATA_PATH")
> left behind this, remove it.
>
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>

I have taken this. Thank you.

> ---
>  security/smack/smack.h | 4 ----
>  1 file changed, 4 deletions(-)
>
> diff --git a/security/smack/smack.h b/security/smack/smack.h
> index 62529f382942..f244c9d10004 100644
> --- a/security/smack/smack.h
> +++ b/security/smack/smack.h
> @@ -505,10 +505,6 @@ static inline void smk_ad_setfield_u_fs_path_dentry(struct smk_audit_info *a,
>  						    struct dentry *d)
>  {
>  }
> -static inline void smk_ad_setfield_u_fs_path_mnt(struct smk_audit_info *a,
> -						 struct vfsmount *m)
> -{
> -}
>  static inline void smk_ad_setfield_u_fs_inode(struct smk_audit_info *a,
>  					      struct inode *i)
>  {

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-12 16:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-09 11:20 [PATCH -next] Smack: Remove unused inline function smk_ad_setfield_u_fs_path_mnt YueHaibing
2020-05-12 16:03 ` Casey Schaufler

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.