summaryrefslogtreecommitdiff
path: root/lib/quota/dqblk_v2.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/quota/dqblk_v2.h')
-rw-r--r--lib/quota/dqblk_v2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/quota/dqblk_v2.h b/lib/quota/dqblk_v2.h
index ca07902c..18055c69 100644
--- a/lib/quota/dqblk_v2.h
+++ b/lib/quota/dqblk_v2.h
@@ -32,7 +32,7 @@ struct v2_mem_dqinfo {
};
struct v2_mem_dqblk {
- loff_t dqb_off; /* Offset of dquot in file */
+ long long dqb_off; /* Offset of dquot in file */
};
struct quotafile_ops; /* Will be defined later in quotaio.h */