From: Tao Ma Date: Tue, 18 Aug 2009 03:44:10 +0000 (+0800) Subject: ocfs2: Use proper parameter for some inode operation. X-Git-Tag: v2.6.32-rc1~173^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19bd341f6a6c6b314bcac55bbd906bfd3603fe9e;p=pandora-kernel.git 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: Tao Ma --- Reading git-diff-tree failed