Dear aufs users,

I'm using linux-2.6.34 kernel with xenomai-2.5.3 patch.

Ok, so I've been struggling over several weekends to get aufs patched onto my 
kernel.  Today I discover that the readme I downloaded is a different version 
to the one on the sourceforge website that I was using.  I thought all my 
trouble was solved until the following error occurred during 'make':

  CC      fs/aufs/whout.o
  CC      fs/aufs/plink.o
  CC      fs/aufs/wbr_policy.o
  CC      fs/aufs/dinfo.o
  CC      fs/aufs/dentry.o
  CC      fs/aufs/dynop.o
  CC      fs/aufs/finfo.o
  CC      fs/aufs/file.o
  CC      fs/aufs/f_op.o
fs/aufs/f_op.c: In function ‘aufs_fsync_nondir’:
fs/aufs/f_op.c:730: warning: passing argument 2 of ‘h_file->f_op->fsync’ makes 
pointer from integer without a cast
fs/aufs/f_op.c:730: note: expected ‘struct dentry *’ but argument is of type 
‘int’
fs/aufs/f_op.c:730: error: too few arguments to function ‘h_file->f_op->fsync’
fs/aufs/f_op.c: At top level:
fs/aufs/f_op.c:876: warning: initialization from incompatible pointer type
make[2]: *** [fs/aufs/f_op.o] Error 1
make[1]: *** [fs/aufs] Error 2

I followed the guidelines for setting up the standalone aufs (see below), with 
the two relevant fieilds in config set to y.

sudo git clone http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-standalone.git 
aufs2-standalone.git

cd aufs2-standalone.git

sudo git checkout origin/aufs2

The only information I can find is that such an error might  occur with a new 
release of aufs...

Thanks if you can shed some light.


------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first

Reply via email to