]> Pileus Git - ~andy/linux/commit
GFS2: Add allocation parameters structure
authorSteven Whitehouse <swhiteho@redhat.com>
Wed, 2 Oct 2013 10:13:25 +0000 (11:13 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Wed, 2 Oct 2013 10:13:25 +0000 (11:13 +0100)
commit7b9cff467144c8c62268db1b0948df089caa0999
treeabe7408d4cf28502bdbfc91983c02869898ccced
parentaf5c269799feaef110e59ce55b497cdd08712b0c
GFS2: Add allocation parameters structure

This patch adds a structure to contain allocation parameters with
the intention of future expansion of this structure. The idea is
that we should be able to add more information about the allocation
in the future in order to allow the allocator to make a better job
of placing the requests on-disk.

There is no functional difference from applying this patch.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/aops.c
fs/gfs2/bmap.c
fs/gfs2/file.c
fs/gfs2/incore.h
fs/gfs2/inode.c
fs/gfs2/quota.c
fs/gfs2/rgrp.c
fs/gfs2/rgrp.h
fs/gfs2/xattr.c