From: David Chinner Date: Thu, 10 Apr 2008 02:22:17 +0000 (+1000) Subject: [XFS] Ensure errors from xfs_bdstrat() are correctly checked. X-Git-Tag: v2.6.26-rc1~1147^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d64e31a2f53cdcb2f95b782196faacb0995ca0c0;p=pandora-kernel.git [XFS] Ensure errors from xfs_bdstrat() are correctly checked. xfsbdstrat() is declared to return an error. That is never checked because the error is propagated by the xfs_buf_t that is passed through the function. Mark xfsbdstrat() as returning void and comment the prototype on the methods needed for error checking. SGI-PV: 980084 SGI-Modid: xfs-linux-melb:xfs-kern:30823a Signed-off-by: David Chinner Signed-off-by: Niv Sardi Signed-off-by: Lachlan McIlroy --- Reading git-diff-tree failed