commit | 7e79eedb3b22200cc8b774baea3a7bf28d766101 | [log] [tgz] |
---|---|---|
author | Tetsuo Handa <penguin-kernel@i-love.sakura.ne.jp> | Tue Jun 24 16:50:15 2008 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Jul 26 20:53:17 2008 -0400 |
tree | 6e0f8ab6c201c671a73bb7f452265a9bf54d3158 | |
parent | 2f1936b87783a3a56c9441b27b9ba7a747f11e8e [diff] |
[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 <penguin-kernel@I-love.SAKURA.ne.jp> Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>