From 690f9c08922da8d625732259c5db5f67a17ed4e0 Mon Sep 17 00:00:00 2001 From: jkar8572 Date: Thu, 23 Aug 2007 18:55:27 +0000 Subject: Made possible to use quota rpc in mixed NFSv3 and NFSv4 environments - quota(1) and similar tools now use paths without leading / for NFSv4 mounts (Jan Kara) --- quotaio.c | 1 + 1 file changed, 1 insertion(+) (limited to 'quotaio.c') diff --git a/quotaio.c b/quotaio.c index bb87c4e..65c108c 100644 --- a/quotaio.c +++ b/quotaio.c @@ -54,6 +54,7 @@ struct quota_handle *init_io(struct mntent *mnt, int type, int fmt, int flags) h->qh_type = type; sstrncpy(h->qh_quotadev, mnt_fsname, sizeof(h->qh_quotadev)); free((char *)mnt_fsname); + sstrncpy(h->qh_fstype, mnt->mnt_type, MAX_FSTYPE_LEN); if (nfs_fstype(mnt->mnt_type)) { /* NFS filesystem? */ if (fmt != -1 && fmt != QF_RPC) { /* User wanted some other format? */ errstr(_("Only RPC quota format is allowed on NFS filesystem.\n")); -- cgit v1.2.3