commit | 2a87ab080607d009b8b2a8706f4e27d70402ca9c | [log] [tgz] |
---|---|---|
author | Abhijith Das <adas@redhat.com> | Wed May 16 17:02:19 2007 -0500 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Mon Jul 09 08:22:26 2007 +0100 |
tree | 5da4f0b18db776e83797307c9d479e8b6585a776 | |
parent | dbb7cae2a36170cd17ffbe286ec0c91a998740ff [diff] |
[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>