From: Pavel Shilovsky Date: Tue, 18 Sep 2012 23:20:26 +0000 (-0700) Subject: CIFS: Replace netfid with cifs_fid struct in cifsFileInfo X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~66^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b4de76e35518fc0c636f628abca8c1b19ad6689;p=pandora-kernel.git CIFS: Replace netfid with cifs_fid struct in cifsFileInfo This is help us to extend the code for future protocols that can use another fid mechanism (as SMB2 that has it divided into two parts: persistent and violatile). Also rename variables and refactor the code around the changes. Reviewed-by: Jeff Layton Signed-off-by: Pavel Shilovsky Signed-off-by: Steve French --- Reading git-diff-tree failed