Unverified Commit 456af438 authored by Steve French's avatar Steve French Committed by GitHub
Browse files

Merge pull request #64 from namjaejeon/cifsd-for-next

ksmbd-fixes
parents a8ab5293 8b99f350
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2462,6 +2462,7 @@ int smb2_open(struct ksmbd_work *work)
			rc = PTR_ERR(name);
			if (rc != -ENOMEM)
				rc = -ENOENT;
			name = NULL;
			goto err_out1;
		}