diff options
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r-- | fs/cifs/cifsglob.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index 6255fa812c7a..38ce6d44b145 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h | |||
@@ -501,7 +501,7 @@ struct cifs_search_info { | |||
501 | char *ntwrk_buf_start; | 501 | char *ntwrk_buf_start; |
502 | char *srch_entries_start; | 502 | char *srch_entries_start; |
503 | char *last_entry; | 503 | char *last_entry; |
504 | char *presume_name; | 504 | const char *presume_name; |
505 | unsigned int resume_name_len; | 505 | unsigned int resume_name_len; |
506 | bool endOfSearch:1; | 506 | bool endOfSearch:1; |
507 | bool emptyDir:1; | 507 | bool emptyDir:1; |
@@ -942,8 +942,6 @@ GLOBAL_EXTERN spinlock_t siduidlock; | |||
942 | GLOBAL_EXTERN spinlock_t sidgidlock; | 942 | GLOBAL_EXTERN spinlock_t sidgidlock; |
943 | 943 | ||
944 | void cifs_oplock_break(struct work_struct *work); | 944 | void cifs_oplock_break(struct work_struct *work); |
945 | void cifs_oplock_break_get(struct cifsFileInfo *cfile); | ||
946 | void cifs_oplock_break_put(struct cifsFileInfo *cfile); | ||
947 | 945 | ||
948 | extern const struct slow_work_ops cifs_oplock_break_ops; | 946 | extern const struct slow_work_ops cifs_oplock_break_ops; |
949 | 947 | ||