Skip to content
/ linux Public
forked from torvalds/linux

Commit

Permalink
cifs: Remove obsoleted declaration for cifs_dir_open
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
gscui authored and Steve French committed Sep 15, 2024
1 parent 25e68c3 commit 6795dab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/smb/client/cifsfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ extern int cifs_flush(struct file *, fl_owner_t id);
extern int cifs_file_mmap(struct file *file, struct vm_area_struct *vma);
extern int cifs_file_strict_mmap(struct file *file, struct vm_area_struct *vma);
extern const struct file_operations cifs_dir_ops;
extern int cifs_dir_open(struct inode *inode, struct file *file);
extern int cifs_readdir(struct file *file, struct dir_context *ctx);

/* Functions related to dir entries */
Expand Down

0 comments on commit 6795dab

Please sign in to comment.