Re: Recent development patches

Sven Hartge <[email protected]>
Newsgroups gmane.linux.swsusp.devel
Organization Newsfeed am Wurmloch
Message-ID <[email protected]>
Mikael Pettersson <[email protected]> wrote:

> Anyway, in <http://user.it.uu.se/~mikpe/linux/patches/tuxonice/>
> you'll find my forward-ports of tuxonice-3.2 to the 3.0/3.1/3.2-rc4
> kernels.  Compile-tested on x86_64 and i686, but only lightly
> runtime tested.  No guarantees etc.

Thanks for those patches, but this patch ontop of 3.1.4 fails inside
fuse.c:

  CC [M]  fs/fuse/file.o
fs/fuse/file.c: In function ‘fuse_do_ioctl’:
fs/fuse/file.c:1835:31: error: ‘inode’ undeclared (first use in this function)
fs/fuse/file.c:1835:31: note: each undeclared identifier is reported only once for each function it appears in

Code in line 1835 is:

  FUSE_MIGHT_FREEZE(inode->i_sb, "fuse_buffered_write");
  
I have no idea, but to me it looks like this should look more like
 
  FUSE_MIGHT_FREEZE(file->....., "fuse_do_ioctl");

with "inode" replaced by "file" and so on.

Grüße,
Sven.

-- 
Sigmentation fault. Core dumped.

_______________________________________________
TuxOnIce-devel mailing list
[email protected]
http://lists.tuxonice.net/listinfo/tuxonice-devel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.