mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-14 09:47:20 +00:00
logfs: remove unused variable
Signed-off-by: Joern Engel <joern@logfs.org>
This commit is contained in:
parent
c0c79c31c9
commit
58e323cf5e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user