Skip to content
Commit 19bd341f authored by Tao Ma's avatar Tao Ma Committed by Joel Becker
Browse files

ocfs2: Use proper parameter for some inode operation.



In order to make the original function more suitable for reflink,
we modify the following inode operations. Both are tiny.

1. ocfs2_mknod_locked only use dentry for mlog, so move it to
   the caller so that reflink can use it without dentry.
2. ocfs2_prepare_orphan_dir only want inode to get its ip_blkno.
   So use ip_blkno instead.

Signed-off-by: default avatarTao Ma <tao.ma@oracle.com>
parent c18b812d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment