fs/fscache/object-list.c: use __seq_open_private()
authorRob Jones <rob.jones@codethink.co.uk>
Wed, 17 Sep 2014 08:56:40 +0000 (09:56 +0100)
committerDavid Howells <dhowells@redhat.com>
Mon, 13 Oct 2014 16:52:21 +0000 (17:52 +0100)
commitd5d962265d99088ce96480db3e61358d7170e24c
tree5ab036cc2afff086743f3432191c1edafcdfd5a2
parenta30efe261b5a8fb2e3cf8ea9c3aca51e0619c2cc
fs/fscache/object-list.c: use __seq_open_private()

Reduce boilerplate code by using __seq_open_private() instead of seq_open()
in fscache_objlist_open().

Signed-off-by: Rob Jones <rob.jones@codethink.co.uk>
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Steve Dickson <steved@redhat.com>
fs/fscache/object-list.c