diff options
author | Jeff Layton <jlayton@redhat.com> | 2010-02-12 07:44:17 -0500 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2010-03-06 04:38:25 +0000 |
commit | c8634fd3115497ac311f57be9c12f993437745cf (patch) | |
tree | 67f309df555e2d9af25ce3d141d6bc92a5895107 /fs/cifs/cifsproto.h | |
parent | bcd5357f430363376565d07ca542127d6d36602c (diff) | |
download | kernel_samsung_espresso10-c8634fd3115497ac311f57be9c12f993437745cf.zip kernel_samsung_espresso10-c8634fd3115497ac311f57be9c12f993437745cf.tar.gz kernel_samsung_espresso10-c8634fd3115497ac311f57be9c12f993437745cf.tar.bz2 |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index bf2bff1..ce9199f 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h @@ -154,6 +154,8 @@ extern int SMBQueryInformation(const int xid, struct cifsTconInfo *tcon, FILE_ALL_INFO *findData, const struct nls_table *nls_codepage, int remap); +extern int CIFSSMBUnixQFileInfo(const int xid, struct cifsTconInfo *tcon, + u16 netfid, FILE_UNIX_BASIC_INFO *pFindData); extern int CIFSSMBUnixQPathInfo(const int xid, struct cifsTconInfo *tcon, const unsigned char *searchName, |