Cihangir Akturk 26e13043b7 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>
2017-08-25 10:21:45 -07:00
..
2017-07-07 09:44:06 -07:00
2016-11-01 09:43:26 -06:00
2017-07-25 14:54:20 -04:00
2017-06-09 09:27:32 -06:00
2017-05-08 17:15:12 -07:00
2017-07-07 09:44:06 -07:00
2017-06-09 09:27:32 -06:00
2017-06-12 08:30:13 -06:00
2017-06-09 09:27:32 -06:00
2015-08-13 12:31:57 -06:00