Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Dec 2005 15:19:55 +0900
From:      Masanori OZAWA <ozawa@ongs.co.jp>
To:        freebsd-hackers@freebsd.org, freebsd-current@freebsd.org
Cc:        daichi@freebsd.org
Subject:   Re: [unionfs][patch] improvements of the unionfs - Problem Report,  kern/91010
Message-ID:  <43B3800B.1000909@ongs.co.jp>
In-Reply-To: <43B35AF4.5040408@ongs.co.jp>
References:  <43B35AF4.5040408@ongs.co.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
 6.0-RELEASE needs follow patch:

---- patch start
diff -urN unionfs.current/fs/union_vfsops.c unionfs/fs/union_vfsops.c
--- unionfs.current/fs/union_vfsops.c    Wed Dec 28 16:58:04 2005
+++ unionfs/fs/union_vfsops.c    Wed Dec 28 22:54:20 2005
@@ -435,8 +435,8 @@
 unionfs_quotactl(struct mount *mp,
                  int cmd,
                  uid_t uid,
-                 /* caddr_t arg, // for 6.0-R */
-                 void *arg, // for 7-current
+                 caddr_t arg, // for 6.0-R
+                 /* void *arg, // for 7-current */
                  struct thread *td)
 {
     struct union_mount *um = MOUNTTOUNIONMOUNT(mp);
---- patch end

-- 
  ONGS Inc.
  Masanori OZAWA (ozawa@ongs.co.jp)
  WWW: http://www.ongs.co.jp/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43B3800B.1000909>