From 4d3f1476ba69713eef5e0122aaea4213748b4334 Mon Sep 17 00:00:00 2001
From: zab <zab>
Date: Fri, 12 Dec 2003 00:01:42 +0000
Subject: [PATCH] - silence trivial unused variable warning

---
 lustre/llite/special.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lustre/llite/special.c b/lustre/llite/special.c
index 35d60824dd..6efa32bf94 100644
--- a/lustre/llite/special.c
+++ b/lustre/llite/special.c
@@ -59,8 +59,6 @@ get_save_fops(struct file* filp, int mode)
 static inline void save_fops(struct file *filp, struct inode *inode,
                              struct file_operations *sfops) 
 {
-        struct ll_inode_info *lli = ll_i2info(inode);
-        
         if (sfops != filp->f_op) {
                 struct file_operations** pfop = get_save_fops (filp, FILE_OPS);
                 struct module   *save_module = NULL;
-- 
GitLab