Skip to content

Commit 6795dab

Browse files
gscuismfrench
authored andcommitted
cifs: Remove obsoleted declaration for cifs_dir_open
The cifs_dir_open() have been removed since commit 737b758 ("[PATCH] cifs: character mapping of special characters (part 3 of 3)"), and now it is useless, so remove it. Signed-off-by: Gaosheng Cui <[email protected]> Signed-off-by: Steve French <[email protected]>
1 parent 25e68c3 commit 6795dab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/smb/client/cifsfs.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ extern int cifs_flush(struct file *, fl_owner_t id);
106106
extern int cifs_file_mmap(struct file *file, struct vm_area_struct *vma);
107107
extern int cifs_file_strict_mmap(struct file *file, struct vm_area_struct *vma);
108108
extern const struct file_operations cifs_dir_ops;
109-
extern int cifs_dir_open(struct inode *inode, struct file *file);
110109
extern int cifs_readdir(struct file *file, struct dir_context *ctx);
111110

112111
/* Functions related to dir entries */

0 commit comments

Comments
 (0)