Skip to content
Snippets Groups Projects
Commit c1f0d31d authored by Mikhail Pershin's avatar Mikhail Pershin
Browse files

remove unused variable

parent 3ae92197
No related merge requests found
...@@ -111,7 +111,6 @@ static ssize_t smfs_read(struct file *filp, char *buf, ...@@ -111,7 +111,6 @@ static ssize_t smfs_read(struct file *filp, char *buf,
{ {
struct inode *cache_inode = I2CI(filp->f_dentry->d_inode); struct inode *cache_inode = I2CI(filp->f_dentry->d_inode);
struct smfs_file_info *sfi; struct smfs_file_info *sfi;
loff_t tmp_ppos;
loff_t *cache_ppos = NULL; loff_t *cache_ppos = NULL;
ssize_t rc = 0; ssize_t rc = 0;
......
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