Loading fs/cifs/cifsfs.h +1 −1 Original line number Diff line number Diff line Loading @@ -112,5 +112,5 @@ extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg); extern const struct export_operations cifs_export_ops; #endif /* EXPERIMENTAL */ #define CIFS_VERSION "1.67" #define CIFS_VERSION "1.68" #endif /* _CIFSFS_H */ fs/cifs/cifsglob.h +2 −2 Original line number Diff line number Diff line Loading @@ -395,7 +395,7 @@ struct cifsFileInfo { struct list_head llist; /* list of byte range locks we have. */ bool invalidHandle:1; /* file closed via session abend */ bool oplock_break_cancelled:1; int count; /* refcount -- protected by cifs_file_list_lock */ int count; /* refcount protected by cifs_file_list_lock */ struct mutex fh_mutex; /* prevents reopen race after dead ses*/ struct cifs_search_info srch_inf; struct work_struct oplock_break; /* work for oplock breaks */ Loading Loading
fs/cifs/cifsfs.h +1 −1 Original line number Diff line number Diff line Loading @@ -112,5 +112,5 @@ extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg); extern const struct export_operations cifs_export_ops; #endif /* EXPERIMENTAL */ #define CIFS_VERSION "1.67" #define CIFS_VERSION "1.68" #endif /* _CIFSFS_H */
fs/cifs/cifsglob.h +2 −2 Original line number Diff line number Diff line Loading @@ -395,7 +395,7 @@ struct cifsFileInfo { struct list_head llist; /* list of byte range locks we have. */ bool invalidHandle:1; /* file closed via session abend */ bool oplock_break_cancelled:1; int count; /* refcount -- protected by cifs_file_list_lock */ int count; /* refcount protected by cifs_file_list_lock */ struct mutex fh_mutex; /* prevents reopen race after dead ses*/ struct cifs_search_info srch_inf; struct work_struct oplock_break; /* work for oplock breaks */ Loading