After patching kernel 2.6.0 with supermount patch 2.0.3a, and activating the supermount feature by make menuconfig, I get the following error when making bzImage. Thanks for any help.

  CC      fs/supermount/dentry.o
  CC      fs/supermount/file.o
fs/supermount/file.c: In function `supermount_release':
fs/supermount/file.c:553: warning: unused variable `bug'
  CC      fs/supermount/filemap.o
  CC      fs/supermount/init.o
  CC      fs/supermount/mediactl.o
  CC      fs/supermount/namei.o
  CC      fs/supermount/proc.o
  CC      fs/supermount/subfs.o
fs/supermount/subfs.c: In function `supermount_clean_inodes':
fs/supermount/subfs.c:114: parse error before `struct'
fs/supermount/subfs.c:119: `host' undeclared (first use in this function)
fs/supermount/subfs.c:119: (Each undeclared identifier is reported only once
fs/supermount/subfs.c:119: for each function it appears in.)
make[2]: *** [fs/supermount/subfs.o] Erreur 1
make[1]: *** [fs/supermount] Erreur 2
make: *** [fs] Erreur 2