|
@@ -59,6 +59,8 @@ extern void smb2_mkdir_setinfo(struct inode *inode, const char *full_path,
|
|
struct cifs_tcon *tcon, const unsigned int xid);
|
|
struct cifs_tcon *tcon, const unsigned int xid);
|
|
extern int smb2_rmdir(const unsigned int xid, struct cifs_tcon *tcon,
|
|
extern int smb2_rmdir(const unsigned int xid, struct cifs_tcon *tcon,
|
|
const char *name, struct cifs_sb_info *cifs_sb);
|
|
const char *name, struct cifs_sb_info *cifs_sb);
|
|
|
|
+extern int smb2_unlink(const unsigned int xid, struct cifs_tcon *tcon,
|
|
|
|
+ const char *name, struct cifs_sb_info *cifs_sb);
|
|
|
|
|
|
/*
|
|
/*
|
|
* SMB2 Worker functions - most of protocol specific implementation details
|
|
* SMB2 Worker functions - most of protocol specific implementation details
|