fs/cifs: correctly to anonymous authentication for the LANMAN authentication
[firefly-linux-kernel-4.4.55.git] / fs / cifs / smb2proto.h
index 79dc650c18b26baf2e9a4ca8ac2c67df5ebdc63e..9bc59f9c12fb5168daf8efbc6be90bdace302f74 100644 (file)
@@ -140,6 +140,8 @@ extern int SMB2_query_directory(const unsigned int xid, struct cifs_tcon *tcon,
 extern int SMB2_rename(const unsigned int xid, struct cifs_tcon *tcon,
                       u64 persistent_fid, u64 volatile_fid,
                       __le16 *target_file);
+extern int SMB2_rmdir(const unsigned int xid, struct cifs_tcon *tcon,
+                     u64 persistent_fid, u64 volatile_fid);
 extern int SMB2_set_hardlink(const unsigned int xid, struct cifs_tcon *tcon,
                             u64 persistent_fid, u64 volatile_fid,
                             __le16 *target_file);