GFS2: Fold quota data into the reservations struct
authorBob Peterson <rpeterso@redhat.com>
Fri, 18 May 2012 13:28:23 +0000 (09:28 -0400)
committerSteven Whitehouse <swhiteho@redhat.com>
Wed, 6 Jun 2012 10:20:22 +0000 (11:20 +0100)
commit5407e24229408d7586ee451a384fc13e4a2332be
tree7534b0d0fc69de50b6156ec4e384a71acf01dea1
parent0a305e496059a113f93bdd3ad27a5aaa917fe34d
GFS2: Fold quota data into the reservations struct

This patch moves the ancillary quota data structures into the
block reservations structure. This saves GFS2 some time and
effort in allocating and deallocating the qadata structure.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
12 files changed:
fs/gfs2/aops.c
fs/gfs2/bmap.c
fs/gfs2/dir.c
fs/gfs2/file.c
fs/gfs2/incore.h
fs/gfs2/inode.c
fs/gfs2/main.c
fs/gfs2/quota.c
fs/gfs2/rgrp.c
fs/gfs2/rgrp.h
fs/gfs2/super.c
fs/gfs2/xattr.c