David Chinner
b911ca0472
[XFS] Sanitise xfs_log_force error checking.
...
xfs_log_force() is declared to return an error, but we almost never check
it. We don't need to check it in most cases; if there's a log I/O error
then we'll be shutting down the filesystem anyway and that means we'll
catch the error somewhere else.
However, on certain calls we should be returning an error - sync
transactions, fsync, sync writes, etc. so this isn't a pure black and
white distinction. Hence make xfs_log_force() a void function that issues
a warning to the syslog on error, and call _xfs_log_force() in all the
places where we actually care about the error status returned.
SGI-PV: 980084
SGI-Modid: xfs-linux-melb:xfs-kern:30832a
Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Niv Sardi <xaiki@sgi.com>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
2008-04-18 12:02:20 +10:00
..
2008-02-07 08:42:26 -08:00
2008-02-08 09:22:39 -08:00
2008-02-08 09:22:39 -08:00
2008-04-16 07:43:48 -07:00
2008-02-08 09:22:40 -08:00
2008-02-14 21:13:33 -08:00
2008-02-08 09:22:40 -08:00
2008-02-07 08:42:27 -08:00
2008-03-30 14:20:23 -07:00
2008-02-14 21:13:33 -08:00
2008-02-14 21:13:33 -08:00
2007-10-18 14:37:29 -07:00
2008-03-04 14:47:06 -08:00
2008-02-08 09:22:40 -08:00
2008-02-21 15:19:54 -06:00
2008-03-19 18:53:36 -07:00
2008-04-02 15:28:19 -07:00
2007-10-22 08:13:21 -07:00
2008-04-15 19:35:41 -07:00
2008-04-15 19:35:41 -07:00
2008-04-15 19:35:41 -07:00
2008-02-08 09:22:40 -08:00
2008-02-07 08:42:28 -08:00
2008-02-23 17:12:13 -08:00
2008-02-14 21:13:33 -08:00
2008-03-17 09:46:55 -07:00
2008-04-10 13:37:51 -07:00
2008-02-05 09:44:30 -08:00
2008-02-08 09:22:40 -08:00
2008-03-19 06:42:18 -04:00
2008-03-19 06:55:01 -04:00
2008-03-19 18:53:36 -07:00
2008-03-30 14:18:41 -07:00
2008-03-30 14:18:41 -07:00
2008-04-14 15:43:14 -07:00
2008-02-07 13:45:29 -06:00
2008-02-21 18:42:29 -05:00
2008-02-07 08:42:28 -08:00
2008-02-08 09:22:40 -08:00
2008-04-08 21:06:56 -04:00
2008-03-14 16:49:15 -07:00
2007-10-18 14:37:31 -07:00
2008-02-05 09:44:14 -08:00
2008-03-10 15:14:19 -07:00
2008-02-07 08:42:29 -08:00
2008-02-08 12:42:01 +01:00
2008-03-22 17:03:10 -07:00
2008-02-07 08:42:28 -08:00
2007-10-17 08:42:56 -07:00
2008-03-30 14:18:41 -07:00
2008-03-19 18:53:36 -07:00
2008-03-30 14:18:41 -07:00
2008-03-24 22:33:49 -07:00
2008-02-07 08:42:29 -08:00
2008-02-13 16:21:20 -08:00
2008-03-19 18:53:37 -07:00
2008-02-07 08:42:26 -08:00
2008-04-18 12:02:20 +10:00
2008-04-11 08:06:43 -07:00
2008-03-19 06:54:05 -04:00
2007-10-18 14:37:22 -07:00
2008-02-07 08:42:26 -08:00
2008-02-08 09:22:30 -08:00
2007-10-19 11:53:40 -07:00
2008-03-04 16:35:10 -08:00
2007-10-19 23:21:04 +02:00
2008-02-14 20:58:05 -08:00
2007-10-19 23:21:04 +02:00
2007-10-19 23:21:04 +02:00
2008-02-08 09:22:30 -08:00
2008-03-17 21:14:40 +01:00
2008-02-19 10:04:00 +01:00
2008-04-04 14:38:17 -07:00
2008-02-08 09:22:42 -08:00
2008-01-30 13:31:46 +01:00
2008-02-14 21:17:09 -08:00
2008-02-15 13:36:30 -05:00
2008-02-14 21:17:09 -08:00
2008-02-14 21:17:09 -08:00
2008-02-05 09:44:13 -08:00
2007-07-20 10:11:58 +09:00
2008-03-19 18:53:35 -07:00
2007-07-16 09:05:36 -07:00
2008-02-06 10:41:03 -08:00
2008-02-05 09:44:07 -08:00
2008-03-03 10:12:14 -08:00
2008-02-08 09:22:31 -08:00
2007-05-21 09:18:19 -07:00
2008-03-19 06:54:05 -04:00
2008-02-06 10:41:06 -08:00
2008-03-19 18:53:36 -07:00
2007-07-17 12:00:03 -07:00
2008-02-07 08:42:29 -08:00
2008-02-14 21:13:33 -08:00
2008-02-06 10:41:07 -08:00
2008-02-09 11:08:33 -08:00
2008-01-28 11:38:15 +01:00
2008-04-11 13:18:01 -06:00
2008-02-08 09:22:30 -08:00
2008-02-05 09:44:13 -08:00
2008-04-14 12:22:14 -07:00
2008-01-30 13:31:46 +01:00
2008-04-15 19:35:41 -07:00
2008-03-03 10:47:13 -08:00
2008-03-25 08:57:47 -07:00
2008-03-27 20:48:04 -04:00
2008-02-14 21:13:33 -08:00
2008-04-10 17:28:26 -07:00
2008-03-19 06:54:05 -04:00
2008-03-27 20:47:46 -04:00
2007-10-21 02:37:25 -04:00
2008-02-07 08:42:26 -08:00
2008-02-08 09:22:36 -08:00
2007-12-06 17:39:54 -05:00
2008-02-06 10:41:09 -08:00
2008-02-14 21:17:09 -08:00
2008-04-11 08:06:44 -07:00
2008-04-10 08:24:25 +02:00
2008-02-14 21:13:33 -08:00
2008-03-25 08:57:47 -07:00
2007-06-28 11:38:30 -07:00
2008-02-05 09:44:07 -08:00
2008-02-14 21:13:33 -08:00
2008-02-14 21:13:33 -08:00