diff options
Diffstat (limited to 'drivers/misc/uid_stat.c')
| -rw-r--r-- | drivers/misc/uid_stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/uid_stat.c b/drivers/misc/uid_stat.c index 4766c1f8..8e8b15c2 100644 --- a/drivers/misc/uid_stat.c +++ b/drivers/misc/uid_stat.c @@ -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. */ |
