commit | d5d962265d99088ce96480db3e61358d7170e24c | [log] [tgz] |
---|---|---|
author | Rob Jones <[email protected]> | Wed Sep 17 09:56:40 2014 +0100 |
committer | David Howells <[email protected]> | Mon Oct 13 17:52:21 2014 +0100 |
tree | 5ab036cc2afff086743f3432191c1edafcdfd5a2 | |
parent | a30efe261b5a8fb2e3cf8ea9c3aca51e0619c2cc [diff] |
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 <[email protected]> Signed-off-by: David Howells <[email protected]> Acked-by: Steve Dickson <[email protected]>