commit | 086f68bd97126618ecb2dcff5f766f3a21722df7 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Mon Sep 21 14:08:18 2009 -0400 |
committer | Steve French <sfrench@us.ibm.com> | Thu Sep 24 19:35:18 2009 +0000 |
tree | 25f5785dc4ce4ffdc8c852b6c04e52324dd334b0 | |
parent | 3bc303c254335dbd7c7012cc1760b12f1d5514d3 [diff] |
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 <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>