Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

logfs: remove unused variable



Signed-off-by: default avatarJoern Engel <joern@logfs.org>
parent c0c79c31
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;