diff options
author | Sunil Mushran | 2008-02-06 21:11:17 +0100 |
---|---|---|
committer | Mark Fasheh | 2008-03-04 00:50:21 +0100 |
commit | 7ad8b3d30ecae325fcccbf86f34ce3af716b4f95 (patch) | |
tree | 90f222beb42712c9c01a28c6dd3bd372b82706df /fs | |
parent | Merge branch 'slab-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ch... (diff) | |
download | kernel-qcow2-linux-7ad8b3d30ecae325fcccbf86f34ce3af716b4f95.tar.gz kernel-qcow2-linux-7ad8b3d30ecae325fcccbf86f34ce3af716b4f95.tar.xz kernel-qcow2-linux-7ad8b3d30ecae325fcccbf86f34ce3af716b4f95.zip |
ocfs2: Enable localalloc for local mounts
Commit 2fbe8d1ebe004425b4f7b8bba345623d2280be82 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>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/ocfs2/localalloc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/ocfs2/localalloc.c b/fs/ocfs2/localalloc.c index add1ffdc5c6c..b1004b01a5fc 100644 --- a/fs/ocfs2/localalloc.c +++ b/fs/ocfs2/localalloc.c @@ -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; |