From d0594e64cb4202a39582e6a2f7ccab2fc3d7a15d Mon Sep 17 00:00:00 2001 From: Jaegeuk Kim Date: Wed, 22 May 2013 12:03:47 +0900 Subject: [PATCH] --- yaml --- r: 377677 b: refs/heads/master c: 93ff10d690ca536fdbd6b5d5d97e4ab54b2a421f h: refs/heads/master i: 377675: 1569347d97ce8b55ef9ee6fd9b2f0fa2ed6dd91d v: v3 --- [refs] | 2 +- trunk/fs/f2fs/namei.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ade4d21ecfeb..c22581693059 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 39cf72cf09c8f36a383919e7675bdb15bd4db53b +refs/heads/master: 93ff10d690ca536fdbd6b5d5d97e4ab54b2a421f diff --git a/trunk/fs/f2fs/namei.c b/trunk/fs/f2fs/namei.c index 729b28548546..71aa30559c53 100644 --- a/trunk/fs/f2fs/namei.c +++ b/trunk/fs/f2fs/namei.c @@ -191,7 +191,6 @@ static int f2fs_link(struct dentry *old_dentry, struct inode *dir, return 0; out: clear_inode_flag(F2FS_I(inode), FI_INC_LINK); - make_bad_inode(inode); iput(inode); return err; }