]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ocfs2: remove ocfs2_local_alloc_in_range()
authorMark Fasheh <mfasheh@suse.com>
Wed, 17 Mar 2010 04:01:00 +0000 (21:01 -0700)
committerJoel Becker <joel.becker@oracle.com>
Thu, 6 May 2010 01:17:31 +0000 (18:17 -0700)
commita57c8fd2ad238258cc983049008aea5f985804b2
tree2d9142401ca7a03df6edaefcc3fd937f2f24fc8d
parent33d5d380d667ad264675cfdb297dfc3c5b6542cc
ocfs2: remove ocfs2_local_alloc_in_range()

Inodes are always allocated from the global bitmap now so we don't need this
any more. Also, the existing implementation bounces reservations around
needlessly.

Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/localalloc.c
fs/ocfs2/suballoc.c