Skip to content
Snippets Groups Projects
Commit 4d3f1476 authored by Zach Brown's avatar Zach Brown
Browse files

- silence trivial unused variable warning

parent 7d1244c9
No related branches found
No related tags found
No related merge requests found
...@@ -59,8 +59,6 @@ get_save_fops(struct file* filp, int mode) ...@@ -59,8 +59,6 @@ get_save_fops(struct file* filp, int mode)
static inline void save_fops(struct file *filp, struct inode *inode, static inline void save_fops(struct file *filp, struct inode *inode,
struct file_operations *sfops) struct file_operations *sfops)
{ {
struct ll_inode_info *lli = ll_i2info(inode);
if (sfops != filp->f_op) { if (sfops != filp->f_op) {
struct file_operations** pfop = get_save_fops (filp, FILE_OPS); struct file_operations** pfop = get_save_fops (filp, FILE_OPS);
struct module *save_module = NULL; struct module *save_module = NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment