From: Tetsuo Handa Date: Tue, 24 Jun 2008 14:50:15 +0000 (+0200) Subject: [patch 4/5] vfs: reuse local variable in vfs_link() X-Git-Tag: v2.6.27-rc1~73^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e79eedb3b22200cc8b774baea3a7bf28d766101;p=pandora-kernel.git [patch 4/5] vfs: reuse local variable in vfs_link() Why not reuse "inode" which is assigned as struct inode *inode = old_dentry->d_inode; in the beginning of vfs_link() ? Signed-off-by: Tetsuo Handa Signed-off-by: Miklos Szeredi --- Reading git-diff-tree failed