diff options
author | Jeff Layton <jlayton@redhat.com> | 2009-07-09 20:02:49 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2009-07-09 17:15:02 -0400 |
commit | 01ea95e3b6b16573a491ef98ad63f7a1bdcb504f (patch) | |
tree | a060a54d4a3fc1b08534569e2afb8d7c8d5fff37 /fs/cifs/cifsproto.h | |
parent | c4c1bff64dfff4e6dd0936a0340f56b9284512c8 (diff) |
cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfo
cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfo
...in preparation of adding a SET_FILE_INFO variant.
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, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index b2bd83fd2aa4..d95fd427de57 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h | |||
@@ -220,7 +220,7 @@ struct cifs_unix_set_info_args { | |||
220 | dev_t device; | 220 | dev_t device; |
221 | }; | 221 | }; |
222 | 222 | ||
223 | extern int CIFSSMBUnixSetInfo(const int xid, struct cifsTconInfo *pTcon, | 223 | extern int CIFSSMBUnixSetPathInfo(const int xid, struct cifsTconInfo *pTcon, |
224 | char *fileName, | 224 | char *fileName, |
225 | const struct cifs_unix_set_info_args *args, | 225 | const struct cifs_unix_set_info_args *args, |
226 | const struct nls_table *nls_codepage, | 226 | const struct nls_table *nls_codepage, |