Commit 26e1304
md: replace seq_release_private with seq_release
Since commit f151463 ("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 <[email protected]>
Signed-off-by: Shaohua Li <[email protected]>1 parent 5492c46 commit 26e1304
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7838 | 7838 | | |
7839 | 7839 | | |
7840 | 7840 | | |
7841 | | - | |
| 7841 | + | |
7842 | 7842 | | |
7843 | 7843 | | |
7844 | 7844 | | |
| |||
0 commit comments