From: Jeff Layton Date: Mon, 21 Sep 2009 18:08:18 +0000 (-0400) Subject: cifs: eliminate cifs_init_private X-Git-Tag: v2.6.32-rc1~20^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=086f68bd97126618ecb2dcff5f766f3a21722df7;p=pandora-kernel.git cifs: eliminate cifs_init_private ...it does the same thing as cifs_fill_fileinfo, but doesn't handle the flist ordering correctly. Also rename cifs_fill_fileinfo to a more descriptive name and have it take an open flags arg instead of just a write_only flag. That makes the logic in the callers a little simpler. Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed