Whamcloud - gitweb
r=tappro
authoralex <alex>
Mon, 29 Aug 2005 09:49:28 +0000 (09:49 +0000)
committeralex <alex>
Mon, 29 Aug 2005 09:49:28 +0000 (09:49 +0000)
 - couple unused vars have been removed

lustre/smfs/audit.c

index 47baa0e..593d88a 100644 (file)
@@ -149,9 +149,7 @@ int smfs_get_audit(struct super_block * sb, struct inode * parent,
                    struct inode * inode,  __u64 * mask)
 {
         struct smfs_super_info * smb = S2SMI(sb);
-        struct fsfilt_operations *fsfilt = smb->sm_fsfilt;
         struct obd_device * obd = smb->smsi_exp->exp_obd;
-        int rc;
         struct audit_priv * priv = NULL;
         
         ENTRY;