Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4f5ac1d authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "USB: f_fs: Cutoff epfile IO before epfile could get freed"

parents f4e2d412 d288cdac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -943,8 +943,8 @@ ffs_epfile_release(struct inode *inode, struct file *file)

	ENTER();

	ffs_data_closed(epfile->ffs);
	atomic_set(&epfile->error, 1);
	ffs_data_closed(epfile->ffs);

	return 0;
}