Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190920
b: refs/heads/master
c: c0c79c3
h: refs/heads/master
v: v3
  • Loading branch information
Joern Engel committed May 5, 2010
1 parent 0b83651 commit 06591ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bba0b5c2c27e6dadc93c476f8a4b49d108b66292
refs/heads/master: c0c79c31c9d5fcc19812c6c35f842baf50ee788a
3 changes: 1 addition & 2 deletions trunk/fs/logfs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,7 @@ 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);

/* FIXME: write anchor */
super->s_devops->sync(sb);
logfs_write_anchor(sb);
return 0;
}

Expand Down
3 changes: 1 addition & 2 deletions trunk/fs/logfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,7 @@ static void logfs_init_once(void *_li)

static int logfs_sync_fs(struct super_block *sb, int wait)
{
/* FIXME: write anchor */
logfs_super(sb)->s_devops->sync(sb);
logfs_write_anchor(sb);
return 0;
}

Expand Down

0 comments on commit 06591ac

Please sign in to comment.