GFS2: Remove obsolete quota tunable
authorSteven Whitehouse <swhiteho@redhat.com>
Thu, 3 Oct 2013 17:43:20 +0000 (18:43 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 4 Oct 2013 08:49:29 +0000 (09:49 +0100)
commitbef292a72daf215c00aa20f68603de181afbb4d3
treed705f0c7b126c6901a6be8a0a203d63fbb61f8c2
parent26e43a15d44a02e380904ac6113fe0f2f1ddea8a
GFS2: Remove obsolete quota tunable

There is no need for a paramater which relates to the internals
of quota to be exposed to users. The only possible use would be
to turn it up so large that the memory allocation fails. So lets
remove it and set it to a sensible value which ensures that we
don't ask for multipage allocations.

Currently the size of struct gfs2_holder means that the caluclated
value is identical to the previous default value, so there should
be no functional change.

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