diff options
| author | wzedlare <vedatak01@gmail.com> | 2017-06-18 16:38:26 +0000 |
|---|---|---|
| committer | wzedlare <vedatak01@gmail.com> | 2017-06-19 16:57:11 +0000 |
| commit | c7d4e3fd588e3ba3d3fa4d5cfa224aa54bc288bf (patch) | |
| tree | b8b64cb9deb6832c1e41f58f0f143514beafc709 /drivers/misc/uid_stat.c | |
| parent | 28c99c87b881bb664c44bb26e80a681f87d54e60 (diff) | |
Change-Id: Ia4c94f09e29843b1af34d466243378a357e97b70
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. */ |
