commit | 1b8ba31a88c5115687095ca2a01bfcaecb489b5a | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <steve@chygwyn.com> | Tue May 29 10:47:51 2012 +0100 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Wed Jun 06 11:27:49 2012 +0100 |
tree | c32f35c93758abaeea64430d3ef824d9a2ef8fb4 | |
parent | 23d0bb834e264f38335f19fe601564b8422431e7 [diff] |
GFS2: Fix error handling when reading an invalid block from the journal When we read an invalid block from the journal, we should not call withdraw, but simply print a message and return an error. It is up to the caller to then handle that error. In the case of mount that means a failed mount, rather than a withdraw (requiring a reboot). In the case of recovering another nodes journal then we return an error via the uevent. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>