diff options
author | Pavel Shilovsky <pshilovsky@samba.org> | 2012-07-10 08:14:18 -0400 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2012-07-27 16:17:47 -0400 |
commit | f958ca5d88e6071767b10549d544b3475dfb6996 (patch) | |
tree | 4e64f85c54c287b98740936b27a96b27cac4e110 /fs/cifs/cifsglob.h | |
parent | a0e731839dd461eee0fe2dc026e0965e961e2730 (diff) |
CIFS: Move rmdir code to ops struct
Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org>
Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r-- | fs/cifs/cifsglob.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index 939f91aac162..977dc0e85ccb 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h | |||
@@ -253,6 +253,9 @@ struct smb_version_operations { | |||
253 | void (*mkdir_setinfo)(struct inode *, const char *, | 253 | void (*mkdir_setinfo)(struct inode *, const char *, |
254 | struct cifs_sb_info *, struct cifs_tcon *, | 254 | struct cifs_sb_info *, struct cifs_tcon *, |
255 | const unsigned int); | 255 | const unsigned int); |
256 | /* remove directory */ | ||
257 | int (*rmdir)(const unsigned int, struct cifs_tcon *, const char *, | ||
258 | struct cifs_sb_info *); | ||
256 | }; | 259 | }; |
257 | 260 | ||
258 | struct smb_version_values { | 261 | struct smb_version_values { |