From: Eric Sandeen Date: Wed, 13 Nov 2013 20:53:45 +0000 (-0600) Subject: xfs: simplify xfs_setsize_buftarg callchain; remove unused arg X-Git-Tag: v3.14-rc1~123^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fefdeee92686995ff03e847cbd7bf5ebcd85ff8;p=pandora-kernel.git 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 Reviewed-by: Brian Foster Signed-off-by: Ben Myers --- Reading git-diff-tree failed