diff options
-rw-r--r-- | fs/cifs/file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cifs/file.c b/fs/cifs/file.c index 0898d99b5f7b..f069765b5f79 100644 --- a/fs/cifs/file.c +++ b/fs/cifs/file.c @@ -1613,6 +1613,7 @@ refind_writable: cifsFileInfo_put(inv_file); spin_lock(&cifs_file_list_lock); ++refind; + inv_file = NULL; goto refind_writable; } } |