Commit 58e323cf authored by Joern Engel's avatar Joern Engel

logfs: remove unused variable

Signed-off-by: default avatarJoern Engel <joern@logfs.org>
parent c0c79c31
......@@ -222,7 +222,6 @@ int logfs_ioctl(struct inode *inode, struct file *file, unsigned int cmd,
int logfs_fsync(struct file *file, struct dentry *dentry, int datasync)
{
struct super_block *sb = dentry->d_inode->i_sb;
struct logfs_super *super = logfs_super(sb);
logfs_write_anchor(sb);
return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment