From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Subject: nilfs2 with 2.6.30 kernel Date: Thu, 11 Jun 2009 18:17:36 +0400 Message-ID: <4A311200.6020705@0bits.com> Reply-To: NILFS Users mailing list Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: users-bounces-JrjvKiOkagjYtjvyW6yDsg@public.gmane.org Errors-To: users-bounces-JrjvKiOkagjYtjvyW6yDsg@public.gmane.org To: NILFS Users mailing list Hi Ryusuke It seems git nilfs2-module doesn't compile any longet with 2.6.30. Is the in-kernel code in 2.6.30 up to date ? Or can we get git updated for 2.6.30 pls. Here's the compile failure: home:~/nilfs2-module$ make make -C fs make[1]: Entering directory `/home/dave/nilfs2-module/fs' make -C /lib/modules/2.6.30/build SUBDIRS=/home/dave/nilfs2-module/fs BUILD_DIR=/home/dave/nilfs2-module/fs modules make[2]: Entering directory `/usr/src/linux-2.6/linux-2.6.30' CC [M] /home/dave/nilfs2-module/fs/inode.o In file included from /home/dave/nilfs2-module/fs/inode.c:28: /home/dave/nilfs2-module/fs/nilfs.h: In function 'nilfs_init_acl': /home/dave/nilfs2-module/fs/nilfs.h:226: error: dereferencing pointer to incomplete type make[3]: *** [/home/dave/nilfs2-module/fs/inode.o] Error 1 make[2]: *** [_module_/home/dave/nilfs2-module/fs] Error 2 make[2]: Leaving directory `/usr/src/linux-2.6/linux-2.6.30' make[1]: *** [default] Error 2 make[1]: Leaving directory `/home/dave/nilfs2-module/fs' make: *** [fs] Error 2 Thanks D