commit | 1984bb763c2e50d0ebfb0cf56d1b319bd7afe63a | [log] [tgz] |
---|---|---|
author | Duane Griffin <duaneg@dghda.com> | Fri Jul 25 01:46:21 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Jul 25 10:53:32 2008 -0700 |
tree | dde3d0c06ee054d2d4439e6ac16da831f83a72a7 | |
parent | f4d79ca2fa211cffc07306eeed7013448e77d7ec [diff] |
jbd: tidy up revoke cache initialisation and destruction Make revocation cache destruction safe to call if initialisation fails partially or entirely. This allows it to be used to cleanup in the case of initialisation failure, simplifying that code slightly. Signed-off-by: Duane Griffin <duaneg@dghda.com> Cc: <linux-ext4@vger.kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>