From 163122f4ead1f93c8d4dce369043f609efffd604 Mon Sep 17 00:00:00 2001 From: jkar8572 Date: Wed, 21 Feb 2007 13:51:25 +0000 Subject: * fixed XFS handling to work with loopback mounted devices (Jan Kara) * fixed mountpoints scanning to make XFS -x delete command work (Jan Kara) * fixes of signed vs unsigned int issues (Jan Kara) * fixed a format string bug in reporting of raw grace times in repquota (Jan Kara) --- quot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quot.c') diff --git a/quot.c b/quot.c index 2184f80..77701b5 100644 --- a/quot.c +++ b/quot.c @@ -339,7 +339,7 @@ static void acctXFS(xfs_bstat_t *p) static void checkXFS(const char *file, char *fsdir) { xfs_fsop_bulkreq_t bulkreq; - __s64 last = 0; + __u64 last = 0; __s32 count; int i; int sts; -- cgit v1.2.3