nilfs2: persistent object allocator
authorRyusuke Konishi <[email protected]>
Tue, 7 Apr 2009 02:01:29 +0000 (19:01 -0700)
committerLinus Torvalds <[email protected]>
Tue, 7 Apr 2009 15:31:13 +0000 (08:31 -0700)
commit5442680fd23abc01f29af585cc1a2f793bd74565
treeecc3231149c4f0d422443cab2f4df60ba3a3ca03
parent5eb563f5f299a2ed488d9eb52acede45ccb14c7b
nilfs2: persistent object allocator

This adds common functions to allocate or deallocate entries with bitmaps
on a meta data file.  This feature is used by the DAT and ifile.

Signed-off-by: Koji Sato <[email protected]>
Signed-off-by: Ryusuke Konishi <[email protected]>
Signed-off-by: Yoshiji Amagai <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/nilfs2/alloc.c [new file with mode: 0644]
fs/nilfs2/alloc.h [new file with mode: 0644]