diff options
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 { |