diff --git a/[refs] b/[refs] index 700cb28419b9..573a8ec60f26 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c0c79c31c9d5fcc19812c6c35f842baf50ee788a +refs/heads/master: 58e323cf5e4ed621a6e88263aca40c3d9c3d9bfd diff --git a/trunk/fs/logfs/file.c b/trunk/fs/logfs/file.c index 1639e9235f56..0de524071870 100644 --- a/trunk/fs/logfs/file.c +++ b/trunk/fs/logfs/file.c @@ -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;