dect
/
linux-2.6
Archived
13
0
Fork 0

ocfs2: Enable localalloc for local mounts

Commit 2fbe8d1ebe disabled localalloc
for local mounts. This caused issues as ocfs2 uses localalloc to
provide write locality. This patch enables localalloc for local mounts.

Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
This commit is contained in:
Sunil Mushran 2008-02-06 12:11:17 -08:00 committed by Mark Fasheh
parent 976dde010e
commit 7ad8b3d30e
1 changed files with 0 additions and 3 deletions

View File

@ -120,9 +120,6 @@ int ocfs2_load_local_alloc(struct ocfs2_super *osb)
mlog_entry_void();
if (ocfs2_mount_local(osb))
goto bail;
if (osb->local_alloc_size == 0)
goto bail;