diff options
author | Gaosheng Cui <cuigaosheng1@huawei.com> | 2024-08-26 05:28:03 +0200 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2024-09-15 17:42:44 +0200 |
commit | 6795dab403924e98ea32f23254d1fe5749e78a74 (patch) | |
tree | 64fcb4ecf45ee31ff9d450639cc65dd2c8f55e46 /fs/smb/client | |
parent | smb: client: Use min() macro (diff) | |
download | linux-6795dab403924e98ea32f23254d1fe5749e78a74.tar.xz linux-6795dab403924e98ea32f23254d1fe5749e78a74.zip |
cifs: Remove obsoleted declaration for cifs_dir_open
The cifs_dir_open() have been removed since
commit 737b758c965a ("[PATCH] cifs: character mapping of special
characters (part 3 of 3)"), and now it is useless, so remove it.
Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/smb/client')
-rw-r--r-- | fs/smb/client/cifsfs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/smb/client/cifsfs.h b/fs/smb/client/cifsfs.h index ca2bd204bcc5..61ded59b858f 100644 --- a/fs/smb/client/cifsfs.h +++ b/fs/smb/client/cifsfs.h @@ -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 */ |