commit | 4d0ddb2ce25db2254d468233d942276ecf40bff8 | [log] [tgz] |
---|---|---|
author | Tao Ma <tao.ma@oracle.com> | Wed Mar 05 16:11:46 2008 +0800 |
committer | Mark Fasheh <mfasheh@suse.com> | Fri Apr 18 08:56:10 2008 -0700 |
tree | 6a114da03bb9911de637146f2b24866f1ae96718 | |
parent | a4a4891164d4f6f383cc17e7c90828a7ca6a1146 [diff] |
ocfs2: Add inode stealing for ocfs2_reserve_new_inode Inode allocation is modified to look in other nodes allocators during extreme out of space situations. We retry our own slot when space is freed back to the global bitmap, or whenever we've allocated more than 1024 inodes from another slot. Signed-off-by: Tao Ma <tao.ma@oracle.com> Signed-off-by: Mark Fasheh <mfasheh@suse.com>