From 2ce8527bd035ef7c65dc6c98f73b0518528be7d7 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 9 Jun 1995 21:27:36 +0000 Subject: (diskfs_S_io_prenotify): Cast END to off_t in comparison. --- libdiskfs/io-prenotify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdiskfs/io-prenotify.c b/libdiskfs/io-prenotify.c index b114a6a2..8c6b6552 100644 --- a/libdiskfs/io-prenotify.c +++ b/libdiskfs/io-prenotify.c @@ -51,7 +51,7 @@ diskfs_S_io_prenotify (struct protid *cred, ioserver_fetch_shared_data (cred); - if (end < np->allocsize) + if ((off_t) end < np->allocsize) { /* The user didn't need to do this, so we'll make sure they have the right shared page info. */ -- cgit v1.2.3