]> err.no Git - linux-2.6/commit
[GFS2] Quotas non-functional - fix bug
authorAbhijith Das <adas@redhat.com>
Wed, 16 May 2007 22:02:19 +0000 (17:02 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 9 Jul 2007 07:22:26 +0000 (08:22 +0100)
commit2a87ab080607d009b8b2a8706f4e27d70402ca9c
tree5da4f0b18db776e83797307c9d479e8b6585a776
parentdbb7cae2a36170cd17ffbe286ec0c91a998740ff
[GFS2] Quotas non-functional - fix bug

This patch fixes an error in the quota code where a 'struct
gfs2_quota_lvb*' was being passed to gfs2_adjust_quota() instead of a
'struct gfs2_quota_data*'. Also moved 'struct gfs2_quota_lvb' from
fs/gfs2/incore.h to include/linux/gfs2_ondisk.h as per Steve's suggestion.

Signed-off-by: Abhijith Das <adas@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/incore.h
fs/gfs2/quota.c
include/linux/gfs2_ondisk.h