diff options
Diffstat (limited to 'fs/ocfs2/inode.c')
| -rw-r--r-- | fs/ocfs2/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/inode.c b/fs/ocfs2/inode.c index c8b25de9efbb..3025c0da6b8a 100644 --- a/fs/ocfs2/inode.c +++ b/fs/ocfs2/inode.c | |||
| @@ -648,7 +648,7 @@ static int ocfs2_remove_inode(struct inode *inode, | |||
| 648 | 648 | ||
| 649 | if (!(OCFS2_I(inode)->ip_flags & OCFS2_INODE_SKIP_ORPHAN_DIR)) { | 649 | if (!(OCFS2_I(inode)->ip_flags & OCFS2_INODE_SKIP_ORPHAN_DIR)) { |
| 650 | status = ocfs2_orphan_del(osb, handle, orphan_dir_inode, inode, | 650 | status = ocfs2_orphan_del(osb, handle, orphan_dir_inode, inode, |
| 651 | orphan_dir_bh); | 651 | orphan_dir_bh, false); |
| 652 | if (status < 0) { | 652 | if (status < 0) { |
| 653 | mlog_errno(status); | 653 | mlog_errno(status); |
| 654 | goto bail_commit; | 654 | goto bail_commit; |
