]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite69de97548016ba42ec619e7d4e14965e7c99843
tree7534b0d0fc69de50b6156ec4e384a71acf01dea1
parentd5d6dc07d77ce3bbe65b88d62076372e76050a74
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