commit | 9a3f236d40a99ea8dca3df40d8ef67631057cad6 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Mon Aug 23 11:49:34 2010 +0100 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Mon Sep 20 11:18:59 2010 +0100 |
tree | 9249794a803c7df5bcef90038199351f14f09b1d | |
parent | 820969f353587281d645735c83c7f07d606e67ba [diff] |
GFS2: Add a bug trap in allocation code This adds a check to ensure that if we reach the block allocator that we don't try and proceed if there is no alloc structure hanging off the inode. This should only happen if there is a bug in GFS2. The error return code is distinctive in order that it will be easily spotted. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>