Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348160
b: refs/heads/master
c: 64c576f
h: refs/heads/master
v: v3
  • Loading branch information
Namjae Jeon authored and Jaegeuk Kim committed Dec 28, 2012
1 parent 2fe83f9 commit 8b9a0cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: fd8bb65f796f041ee6ba400255ca9021bc45a992
refs/heads/master: 64c576fe51bc6b19e99340d2d0e1bda89f66db25
3 changes: 1 addition & 2 deletions trunk/fs/f2fs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,14 @@ static void f2fs_put_super(struct super_block *sb)
int f2fs_sync_fs(struct super_block *sb, int sync)
{
struct f2fs_sb_info *sbi = F2FS_SB(sb);
int ret = 0;

if (!sbi->s_dirty && !get_pages(sbi, F2FS_DIRTY_NODES))
return 0;

if (sync)
write_checkpoint(sbi, false, false);

return ret;
return 0;
}

static int f2fs_statfs(struct dentry *dentry, struct kstatfs *buf)
Expand Down

0 comments on commit 8b9a0cd

Please sign in to comment.