diff --git a/[refs] b/[refs] index ddd6629bb364..03d501e59592 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cbab0e4eec299e9059199ebe6daf48730be46d2b +refs/heads/master: e099127169429c19544a8f55dd26937fddd5b1f4 diff --git a/trunk/fs/ocfs2/namei.c b/trunk/fs/ocfs2/namei.c index b563351753f1..b4a5cdf9dbc5 100644 --- a/trunk/fs/ocfs2/namei.c +++ b/trunk/fs/ocfs2/namei.c @@ -947,7 +947,7 @@ static int ocfs2_unlink(struct inode *dir, ocfs2_free_dir_lookup_result(&orphan_insert); ocfs2_free_dir_lookup_result(&lookup); - if (status) + if (status && (status != -ENOTEMPTY)) mlog_errno(status); return status;