aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsproto.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r--fs/cifs/cifsproto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h
index 15e38dc389fc..c758ee7b0307 100644
--- a/fs/cifs/cifsproto.h
+++ b/fs/cifs/cifsproto.h
@@ -180,6 +180,10 @@ extern struct smb_vol *cifs_get_volume_info(char *mount_data,
180extern int cifs_mount(struct cifs_sb_info *, struct smb_vol *); 180extern int cifs_mount(struct cifs_sb_info *, struct smb_vol *);
181extern void cifs_umount(struct cifs_sb_info *); 181extern void cifs_umount(struct cifs_sb_info *);
182extern void cifs_mark_open_files_invalid(struct cifs_tcon *tcon); 182extern void cifs_mark_open_files_invalid(struct cifs_tcon *tcon);
183extern bool cifs_find_lock_conflict(struct cifsFileInfo *cfile, __u64 offset,
184 __u64 length, __u8 type,
185 struct cifsLockInfo **conf_lock,
186 bool rw_check);
183 187
184#if IS_ENABLED(CONFIG_CIFS_DFS_UPCALL) 188#if IS_ENABLED(CONFIG_CIFS_DFS_UPCALL)
185extern void cifs_dfs_release_automount_timer(void); 189extern void cifs_dfs_release_automount_timer(void);