From: Jeff Layton Date: Fri, 9 May 2008 21:26:11 +0000 (+0000) Subject: [CIFS] add local struct inode pointer to cifs_setattr X-Git-Tag: v2.6.26-rc3~128^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02eadeffda169a45946c79270ec19f45eeafb8e7;p=pandora-kernel.git [CIFS] add local struct inode pointer to cifs_setattr Clean up cifs_setattr a bit by adding a local inode pointer, and changing all of the direntry->d_inode references to it. This also adds a bit of micro-optimization. d_inode shouldn't change over the life of this function, so we only need to dereference it once. Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed