Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0b9819
)
r=tappro
author
alex
<alex>
Mon, 29 Aug 2005 09:49:28 +0000
(09:49 +0000)
committer
alex
<alex>
Mon, 29 Aug 2005 09:49:28 +0000
(09:49 +0000)
- couple unused vars have been removed
lustre/smfs/audit.c
patch
|
blob
|
history
diff --git
a/lustre/smfs/audit.c
b/lustre/smfs/audit.c
index
47baa0e
..
593d88a
100644
(file)
--- a/
lustre/smfs/audit.c
+++ b/
lustre/smfs/audit.c
@@
-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;