diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2013-10-03 18:43:20 +0100 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2013-10-04 09:49:29 +0100 |
commit | bef292a72daf215c00aa20f68603de181afbb4d3 (patch) | |
tree | d705f0c7b126c6901a6be8a0a203d63fbb61f8c2 /fs/gfs2/incore.h | |
parent | 26e43a15d44a02e380904ac6113fe0f2f1ddea8a (diff) | |
download | linux-bef292a72daf215c00aa20f68603de181afbb4d3.tar.gz linux-bef292a72daf215c00aa20f68603de181afbb4d3.tar.bz2 linux-bef292a72daf215c00aa20f68603de181afbb4d3.zip |
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>
Diffstat (limited to 'fs/gfs2/incore.h')
-rw-r--r-- | fs/gfs2/incore.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h index 082c8fa7fab9..37b3cd795d6c 100644 --- a/fs/gfs2/incore.h +++ b/fs/gfs2/incore.h @@ -537,7 +537,6 @@ struct gfs2_tune { unsigned int gt_logd_secs; - unsigned int gt_quota_simul_sync; /* Max quotavals to sync at once */ unsigned int gt_quota_warn_period; /* Secs between quota warn msgs */ unsigned int gt_quota_scale_num; /* Numerator */ unsigned int gt_quota_scale_den; /* Denominator */ |