]> Git Repo - linux.git/blobdiff - fs/cifs/cifsproto.h
[CIFS] Add support for new POSIX unlink
[linux.git] / fs / cifs / cifsproto.h
index 3a76c72f3c89c315730c180f032c664782567ef0..04a69dafedba006c281f98ec9d92c1bd99c9a0bc 100644 (file)
@@ -196,7 +196,10 @@ extern int CIFSSMBMkDir(const int xid, struct cifsTconInfo *tcon,
 extern int CIFSSMBRmDir(const int xid, struct cifsTconInfo *tcon,
                        const char *name, const struct nls_table *nls_codepage,
                        int remap_special_chars);
-
+extern int CIFSPOSIXDelFile(const int xid, struct cifsTconInfo *tcon,
+                       const char *name, __u16 type,
+                       const struct nls_table *nls_codepage,
+                       int remap_special_chars);
 extern int CIFSSMBDelFile(const int xid, struct cifsTconInfo *tcon,
                        const char *name,
                        const struct nls_table *nls_codepage,
This page took 0.025427 seconds and 4 git commands to generate.