diff options
Diffstat (limited to 'fs/ocfs2')
-rw-r--r-- | fs/ocfs2/namei.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ocfs2/namei.c b/fs/ocfs2/namei.c index b5c3a5ea3ee6..49837404541e 100644 --- a/fs/ocfs2/namei.c +++ b/fs/ocfs2/namei.c | |||
@@ -2322,10 +2322,10 @@ int ocfs2_orphan_del(struct ocfs2_super *osb, | |||
2322 | 2322 | ||
2323 | trace_ocfs2_orphan_del( | 2323 | trace_ocfs2_orphan_del( |
2324 | (unsigned long long)OCFS2_I(orphan_dir_inode)->ip_blkno, | 2324 | (unsigned long long)OCFS2_I(orphan_dir_inode)->ip_blkno, |
2325 | name, namelen); | 2325 | name, strlen(name)); |
2326 | 2326 | ||
2327 | /* find it's spot in the orphan directory */ | 2327 | /* find it's spot in the orphan directory */ |
2328 | status = ocfs2_find_entry(name, namelen, orphan_dir_inode, | 2328 | status = ocfs2_find_entry(name, strlen(name), orphan_dir_inode, |
2329 | &lookup); | 2329 | &lookup); |
2330 | if (status) { | 2330 | if (status) { |
2331 | mlog_errno(status); | 2331 | mlog_errno(status); |