mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08: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…
Reference in New Issue
Block a user