summaryrefslogtreecommitdiff
path: root/fs/smb/client/cifsproto.h
diff options
context:
space:
mode:
authorPaulo Alcantara <pc@manguebit.com>2024-03-06 08:28:48 +0300
committerSteve French <stfrench@microsoft.com>2024-03-11 03:33:57 +0300
commitc520ba7573a84bd37f8803a3beeb8f6f995bf9e1 (patch)
treeecbe4f51a084a44bddc535aeaf61e19ff7a43ad1 /fs/smb/client/cifsproto.h
parenteb90e8ecb2b54ac1af51e28596e0ef7ba351476d (diff)
downloadlinux-c520ba7573a84bd37f8803a3beeb8f6f995bf9e1.tar.xz
smb: client: move most of reparse point handling code to common file
In preparation to add support for creating special files also via WSL reparse points in next commits. Signed-off-by: Paulo Alcantara <pc@manguebit.com> Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/smb/client/cifsproto.h')
-rw-r--r--fs/smb/client/cifsproto.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/smb/client/cifsproto.h b/fs/smb/client/cifsproto.h
index 66d896d4b144..0723e1b57256 100644
--- a/fs/smb/client/cifsproto.h
+++ b/fs/smb/client/cifsproto.h
@@ -210,10 +210,6 @@ extern struct inode *cifs_iget(struct super_block *sb,
int cifs_get_inode_info(struct inode **inode, const char *full_path,
struct cifs_open_info_data *data, struct super_block *sb, int xid,
const struct cifs_fid *fid);
-bool cifs_reparse_point_to_fattr(struct cifs_sb_info *cifs_sb,
- struct cifs_fattr *fattr,
- struct cifs_open_info_data *data);
-
extern int smb311_posix_get_inode_info(struct inode **inode,
const char *full_path,
struct cifs_open_info_data *data,