diff options
author | 2017-07-29 19:52:45 +0300 | |
---|---|---|
committer | 2017-08-25 10:21:45 -0700 | |
commit | 26e13043b7ea14c0b038f3f5a4af0d5cdda9e95f (patch) | |
tree | fb44d595fb492ff7a5af3c665cbf09efdaeb2f4d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | md: notify about new spare disk in the container (diff) | |
download | wireguard-linux-26e13043b7ea14c0b038f3f5a4af0d5cdda9e95f.tar.xz wireguard-linux-26e13043b7ea14c0b038f3f5a4af0d5cdda9e95f.zip |
md: replace seq_release_private with seq_release
Since commit f15146380d28 ("fs: seq_file - add event counter to simplify
poll() support"), md.c code has been no longer used the private field of
the struct seq_file, but seq_release_private() has been continued to be
used to release the allocated seq_file. This seems to have been
forgotten. So convert it to use seq_release() instead of
seq_release_private().
Signed-off-by: Cihangir Akturk <cakturk@gmail.com>
Signed-off-by: Shaohua Li <shli@fb.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions