GFS2: Use reflink for quota data cache
authorSteven Whitehouse <swhiteho@redhat.com>
Fri, 1 Nov 2013 18:52:06 +0000 (14:52 -0400)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 4 Nov 2013 11:17:07 +0000 (11:17 +0000)
commit9b9f039d570bddc1653cda2e38f4331dcacfcde5
tree216432682f87903da14562212eebf056e6ca0091
parente66cf161098a634dc96e32d0089c5767cf25668a
GFS2: Use reflink for quota data cache

This patch adds reflink support to the quota data cache. It
looks a bit strange because we still don't have a sensible
split in the lookup by id and the lru list. That is coming in
later patches though.

The intent here is just to swap the current ref count for
reflinks in all cases with as little as possible other change.

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