Skip to content

Commit

Permalink
logfs: remove unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: Joern Engel <joern@logfs.org>
  • Loading branch information
Joern Engel committed May 7, 2010
1 parent c0c79c3 commit 58e323c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/logfs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 58e323c

Please sign in to comment.