summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2proto.h
diff options
context:
space:
mode:
authorPavel Shilovsky <pshilovsky@samba.org>2012-07-10 16:14:38 +0400
committerSteve French <smfrench@gmail.com>2012-07-27 15:17:50 -0500
commit1a500f010fb2d121c58f77ddfde2eca1bde3bfcd (patch)
tree13bca8292a02972e58c6de8a880931a449c2df5c /fs/cifs/smb2proto.h
parentf958ca5d88e6071767b10549d544b3475dfb6996 (diff)
downloadop-kernel-dev-1a500f010fb2d121c58f77ddfde2eca1bde3bfcd.zip
op-kernel-dev-1a500f010fb2d121c58f77ddfde2eca1bde3bfcd.tar.gz
CIFS: Add SMB2 support for rmdir
Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org> Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs/cifs/smb2proto.h')
-rw-r--r--fs/cifs/smb2proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/cifs/smb2proto.h b/fs/cifs/smb2proto.h
index f992508..bfaa7b1 100644
--- a/fs/cifs/smb2proto.h
+++ b/fs/cifs/smb2proto.h
@@ -57,6 +57,8 @@ extern int smb2_mkdir(const unsigned int xid, struct cifs_tcon *tcon,
extern void smb2_mkdir_setinfo(struct inode *inode, const char *full_path,
struct cifs_sb_info *cifs_sb,
struct cifs_tcon *tcon, const unsigned int xid);
+extern int smb2_rmdir(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
OpenPOWER on IntegriCloud