diff options
author | Pavel Shilovsky <pshilovsky@samba.org> | 2012-09-18 19:20:25 -0400 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2012-09-24 22:46:26 -0400 |
commit | cbe6f439f5762c7fb4d2dd9293f5fdbfc4cd68f8 (patch) | |
tree | c7469d59efb93d1a1d0fe7e40b5224fbed37d84f /fs/cifs/smb2proto.h | |
parent | ed6875e0d6c28e4a6b44da04d6d4363b3d92d630 (diff) |
CIFS: Add SMB2 support for unlink
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/cifs/smb2proto.h b/fs/cifs/smb2proto.h index bfaa7b148afd..f4ac72799f70 100644 --- a/fs/cifs/smb2proto.h +++ b/fs/cifs/smb2proto.h | |||
@@ -59,6 +59,8 @@ extern void smb2_mkdir_setinfo(struct inode *inode, const char *full_path, | |||
59 | struct cifs_tcon *tcon, const unsigned int xid); | 59 | struct cifs_tcon *tcon, const unsigned int xid); |
60 | extern int smb2_rmdir(const unsigned int xid, struct cifs_tcon *tcon, | 60 | extern int smb2_rmdir(const unsigned int xid, struct cifs_tcon *tcon, |
61 | const char *name, struct cifs_sb_info *cifs_sb); | 61 | const char *name, struct cifs_sb_info *cifs_sb); |
62 | extern int smb2_unlink(const unsigned int xid, struct cifs_tcon *tcon, | ||
63 | const char *name, struct cifs_sb_info *cifs_sb); | ||
62 | 64 | ||
63 | /* | 65 | /* |
64 | * SMB2 Worker functions - most of protocol specific implementation details | 66 | * SMB2 Worker functions - most of protocol specific implementation details |