We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3fc065 commit 71826b0Copy full SHA for 71826b0
fs/cifs/misc.c
@@ -735,7 +735,7 @@ cifs_close_deferred_file(struct cifsInodeInfo *cifs_inode)
735
if (cancel_delayed_work(&cfile->deferred)) {
736
tmp_list = kmalloc(sizeof(struct file_list), GFP_ATOMIC);
737
if (tmp_list == NULL)
738
- continue;
+ break;
739
tmp_list->cfile = cfile;
740
list_add_tail(&tmp_list->list, &file_head);
741
}
@@ -766,7 +766,7 @@ cifs_close_all_deferred_files(struct cifs_tcon *tcon)
766
767
768
769
770
771
772
0 commit comments