From: Jeff Layton Date: Fri, 15 Oct 2010 19:34:01 +0000 (-0400) Subject: cifs: eliminate pfile pointer from cifsFileInfo X-Git-Tag: v2.6.37-rc1~158^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e396b83f6087b78dac5a18d6d0cf9f8426a00b3;p=pandora-kernel.git cifs: eliminate pfile pointer from cifsFileInfo All the remaining users of cifsFileInfo->pfile just use it to get at the f_flags/f_mode. Now that we store that separately in the cifsFileInfo, there's no need to consult the pfile at all from a cifsFileInfo pointer. Signed-off-by: Jeff Layton Reviewed-by: Suresh Jayaraman Acked-by: Dave Kleikamp Signed-off-by: Steve French --- Reading git-diff-tree failed