From: Jeff Layton Date: Sat, 12 Sep 2009 15:54:29 +0000 (-0400) Subject: cifs: have cifsFileInfo hold an extra inode reference X-Git-Tag: v2.6.32-rc1~20^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48541bd3dd4739b4d574b44ea47660c88d833677;p=pandora-kernel.git cifs: have cifsFileInfo hold an extra inode reference It's possible that this struct will outlive the filp to which it is attached. If it does and it needs to do some work on the inode, then it'll need a reference. Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed