aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsproto.h
diff options
context:
space:
mode:
authorJeff Layton <jlayton@redhat.com>2010-02-12 07:44:17 -0500
committerSteve French <sfrench@us.ibm.com>2010-03-05 23:38:25 -0500
commitc8634fd3115497ac311f57be9c12f993437745cf (patch)
tree67f309df555e2d9af25ce3d141d6bc92a5895107 /fs/cifs/cifsproto.h
parentbcd5357f430363376565d07ca542127d6d36602c (diff)
cifs: add a CIFSSMBUnixQFileInfo function
...to allow us to get unix attrs via filehandle. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r--fs/cifs/cifsproto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h
index bf2bff14c24f..ce9199f0af9d 100644
--- a/fs/cifs/cifsproto.h
+++ b/fs/cifs/cifsproto.h
@@ -154,6 +154,8 @@ extern int SMBQueryInformation(const int xid, struct cifsTconInfo *tcon,
154 FILE_ALL_INFO *findData, 154 FILE_ALL_INFO *findData,
155 const struct nls_table *nls_codepage, int remap); 155 const struct nls_table *nls_codepage, int remap);
156 156
157extern int CIFSSMBUnixQFileInfo(const int xid, struct cifsTconInfo *tcon,
158 u16 netfid, FILE_UNIX_BASIC_INFO *pFindData);
157extern int CIFSSMBUnixQPathInfo(const int xid, 159extern int CIFSSMBUnixQPathInfo(const int xid,
158 struct cifsTconInfo *tcon, 160 struct cifsTconInfo *tcon,
159 const unsigned char *searchName, 161 const unsigned char *searchName,