Skip to content

Commit

Permalink
Smack: Remove unused inline function smk_ad_setfield_u_fs_path_mnt
Browse files Browse the repository at this point in the history
commit a269434 ("LSM: separate LSM_AUDIT_DATA_DENTRY from LSM_AUDIT_DATA_PATH")
left behind this, remove it.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>
  • Loading branch information
YueHaibing authored and Casey Schaufler committed May 11, 2020

Unverified

No user is associated with the committer email.
1 parent 4ca7528 commit ef26650
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions security/smack/smack.h
Original file line number Diff line number Diff line change
@@ -497,10 +497,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)
{

0 comments on commit ef26650

Please sign in to comment.