summaryrefslogtreecommitdiff
path: root/quotaio_v2.c
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2001-11-23 16:00:16 +0000
committerjkar8572 <jkar8572>2001-11-23 16:00:16 +0000
commitd3cedc2d4ad0e220a3c09e2a58312d306757fb26 (patch)
tree71e4f607b06bef5a3e1e8d82843798da9f22b6ce /quotaio_v2.c
parentd5457be7963d7ce0e3f9c5790a8714052e3027dd (diff)
Minor compile fixes on different archs (Michael Meskes, Jan Kara).
Diffstat (limited to 'quotaio_v2.c')
-rw-r--r--quotaio_v2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/quotaio_v2.c b/quotaio_v2.c
index 2bbf699..3fe02df 100644
--- a/quotaio_v2.c
+++ b/quotaio_v2.c
@@ -42,7 +42,7 @@ report: v2_report
#define getdqbuf() smalloc(V2_DQBLKSIZE)
#define freedqbuf(buf) free(buf)
-extern inline void mark_quotafile_metainfo_dirty(struct quota_handle *h)
+static inline void mark_quotafile_metainfo_dirty(struct quota_handle *h)
{
h->qh_info.u.v2_mdqi.dqi_flags |= V2_IOFL_METAINFO_DIRTY;
mark_quotafile_info_dirty(h);