Re: tuxonice-head fuse compile error
Harald Judt <[email protected]> Mon, 24 Sep 2012 14:21:34 +0200
| Newsgroups | gmane.linux.swsusp.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Woody,
Am 21.09.2012 04:21, schrieb Woody Suwalski:
> I have hit the same problem trying to build 3.6 kernels...
> Here is the fuse fix:
> --- linux-3.6/fs/fuse/fuse.h.old 2012-08-28 18:38:25.000000000 -0400
> +++ linux-3.6/fs/fuse/fuse.h 2012-08-28 18:38:58.000000000 -0400
> @@ -1,7 +1,7 @@
> #define FUSE_MIGHT_FREEZE(superblock, desc) \
> do { \
> int printed = 0; \
> - while (superblock->s_frozen != SB_UNFROZEN) { \
> + while (superblock->s_writers.frozen != SB_UNFROZEN) { \
> if (!printed) { \
> printk(KERN_INFO "%d frozen in " desc ".\n", \
> current->pid); \
>
>
> I also submit the patch (very unofficial) which I am using on top of
> current TOI to build 3.6.
>
> Woody
Many thanks for the fixes, now tuxonice works fine here with 3.6-rc6.
Harald
--
`Experience is the best teacher.'