From: Christoph Hellwig Date: Tue, 20 May 2008 05:10:58 +0000 (+1000) Subject: [XFS] kill calls to xfs_binval in the mount error path X-Git-Tag: v2.6.27-rc2~91^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95db4e21b72603217f0bcafa4da9ee01fc1d2389;p=pandora-kernel.git [XFS] kill calls to xfs_binval in the mount error path xfs_binval aka xfs_flush_buftarg is the first thing done in xfs_free_buftarg, so there is no need to have duplicated calls just before xfs_free_buftarg in the mount failure path. SGI-PV: 981951 SGI-Modid: xfs-linux-melb:xfs-kern:31197a Signed-off-by: Christoph Hellwig Signed-off-by: David Chinner Signed-off-by: Lachlan McIlroy --- Reading git-diff-tree failed