summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5-cache.c
diff options
context:
space:
mode:
authorCihangir Akturk <cakturk@gmail.com>2017-07-29 19:52:45 +0300
committerShaohua Li <shli@fb.com>2017-08-25 10:21:45 -0700
commit26e13043b7ea14c0b038f3f5a4af0d5cdda9e95f (patch)
treefb44d595fb492ff7a5af3c665cbf09efdaeb2f4d /drivers/md/raid5-cache.c
parent5492c46e94b57b5137e3ba2c9ae22b2dcc3fc2cc (diff)
downloadlinux-stable-26e13043b7ea14c0b038f3f5a4af0d5cdda9e95f.tar.gz
linux-stable-26e13043b7ea14c0b038f3f5a4af0d5cdda9e95f.tar.bz2
linux-stable-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 'drivers/md/raid5-cache.c')
0 files changed, 0 insertions, 0 deletions