xfs: simplify xfs_setsize_buftarg callchain; remove unused arg
authorEric Sandeen <sandeen@sandeen.net>
Wed, 13 Nov 2013 20:53:45 +0000 (14:53 -0600)
committerBen Myers <bpm@sgi.com>
Wed, 4 Dec 2013 19:53:34 +0000 (13:53 -0600)
commit3fefdeee92686995ff03e847cbd7bf5ebcd85ff8
tree34f7617dfe484ab6b9009160e53b2435698a225a
parentdc1ccc48159d63eca5089e507c82c7d22ef60839
xfs: simplify xfs_setsize_buftarg callchain; remove unused arg

The "verbose" argument to xfs_setsize_buftarg_flags() has been
unused since:

ffe37436 xfs: stop using the page cache to back the buffer cache

Remove it, and fold the function into xfs_setsize_buftarg()
now that there's no need for different types of callers.

Fix inconsistent comment spacing while we're at it.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_buf.c