Steven Whitehouse ee2411a8db GFS2: Clean up quota slot allocation
Quota slot allocation has historically used a vector of pages
and a set of homegrown find/test/set/clear bit functions. Since
the size of the bitmap is likely to be based on the default
qc file size, thats a couple of pages at most. So we ought
to be able to allocate that as a single chunk, with a vmalloc
fallback, just in case of memory fragmentation.

We are then able to use the kernel's own find/test/set/clear
bit functions, rather than rolling our own.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Cc: Abhijith Das <adas@redhat.com>
2014-01-14 19:28:49 +00:00
..
2014-01-08 12:14:57 +00:00
2014-01-06 12:49:43 +00:00
2013-10-15 15:18:08 +01:00
2014-01-14 19:28:49 +00:00
2013-11-15 22:04:16 -05:00
2014-01-14 19:28:49 +00:00
2013-10-04 09:49:29 +01:00