diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2013-10-02 14:47:02 +0100 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2013-10-02 14:47:02 +0100 |
commit | 26e43a15d44a02e380904ac6113fe0f2f1ddea8a (patch) | |
tree | 54c4d8e2138ebc2bf4f96072150090697a26eb5b /fs/gfs2/util.h | |
parent | 9e07f2cb3d7a93f4b1b18fc6e4dd6911dcba2442 (diff) | |
download | linux-26e43a15d44a02e380904ac6113fe0f2f1ddea8a.tar.bz2 |
GFS2: Move gfs2_icbit_munge into quota.c
This function is only called twice, and both callers are
quota related, so lets move this function into quota.c and
make it static.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/util.h')
-rw-r--r-- | fs/gfs2/util.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/gfs2/util.h b/fs/gfs2/util.h index 80535739ac7b..b7ffb09b99ea 100644 --- a/fs/gfs2/util.h +++ b/fs/gfs2/util.h @@ -164,8 +164,6 @@ static inline unsigned int gfs2_tune_get_i(struct gfs2_tune *gt, #define gfs2_tune_get(sdp, field) \ gfs2_tune_get_i(&(sdp)->sd_tune, &(sdp)->sd_tune.field) -void gfs2_icbit_munge(struct gfs2_sbd *sdp, unsigned char **bitmap, - unsigned int bit, int new_value); int gfs2_lm_withdraw(struct gfs2_sbd *sdp, char *fmt, ...); #endif /* __UTIL_DOT_H__ */ |