]> git.baikalelectronics.ru Git - kernel.git/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)
commit9d400e6573670d864ef7ad796cf7070d571045ff
treeabe7408d4cf28502bdbfc91983c02869898ccced
parent3a9cb668217c6001cf395fad0bc378591e751873
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