]> git.karo-electronics.de Git - karo-tx-linux.git/commit
GFS2: Remove gfs2_quota_change_host structure
authorSteven Whitehouse <swhiteho@redhat.com>
Tue, 26 Nov 2013 15:17:09 +0000 (15:17 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 3 Jan 2014 09:59:05 +0000 (09:59 +0000)
commit7aed98fb1dfbd3f6d7b78647ff2956de2fcc4150
treee29dd8176593764106a1fc94f7a57f050b8820f0
parente4f2920625cc2c562941b280914823a553f6973d
GFS2: Remove gfs2_quota_change_host structure

There is only one place this is used, when reading in the quota
changes at mount time. It is not really required and much
simpler to just convert the fields from the on-disk structure
as required.

There should be no functional change as a result of this patch.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/quota.c