Skip to content

Commit ef26650

Browse files
YueHaibingcschaufler
authored andcommitted
Smack: Remove unused inline function smk_ad_setfield_u_fs_path_mnt
commit a269434 ("LSM: separate LSM_AUDIT_DATA_DENTRY from LSM_AUDIT_DATA_PATH") left behind this, remove it. Signed-off-by: YueHaibing <[email protected]> Signed-off-by: Casey Schaufler <[email protected]>
1 parent 4ca7528 commit ef26650

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

security/smack/smack.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -497,10 +497,6 @@ static inline void smk_ad_setfield_u_fs_path_dentry(struct smk_audit_info *a,
497497
struct dentry *d)
498498
{
499499
}
500-
static inline void smk_ad_setfield_u_fs_path_mnt(struct smk_audit_info *a,
501-
struct vfsmount *m)
502-
{
503-
}
504500
static inline void smk_ad_setfield_u_fs_inode(struct smk_audit_info *a,
505501
struct inode *i)
506502
{

0 commit comments

Comments
 (0)