提交 58e323cf 编写于 作者: J Joern Engel

logfs: remove unused variable

Signed-off-by: NJoern Engel <joern@logfs.org>
上级 c0c79c31
...@@ -222,7 +222,6 @@ int logfs_ioctl(struct inode *inode, struct file *file, unsigned int cmd, ...@@ -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) int logfs_fsync(struct file *file, struct dentry *dentry, int datasync)
{ {
struct super_block *sb = dentry->d_inode->i_sb; struct super_block *sb = dentry->d_inode->i_sb;
struct logfs_super *super = logfs_super(sb);
logfs_write_anchor(sb); logfs_write_anchor(sb);
return 0; return 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册