logfs: remove unused variable

Signed-off-by: Joern Engel <joern@logfs.org>
This commit is contained in:
Joern Engel 2010-05-07 14:15:04 +02:00
parent c0c79c31c9
commit 58e323cf5e
1 changed files with 0 additions and 1 deletions

View File

@ -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;