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

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

Merge "misc: uidstat: Use single_release for uid_stat_read_atomic_int_fops"

parents 4cc9524a 47148607
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ static const struct file_operations uid_stat_read_atomic_int_fops = {
	.open		= uid_stat_read_atomic_int_open,
	.read		= seq_read,
	.llseek		= seq_lseek,
	.release	= seq_release,
	.release	= single_release,
};

/* Create a new entry for tracking the specified uid. */