[Tux3] cursor_redirect fix, and uml patch for current linus git

OGAWA Hirofumi hirofumi at mail.parknet.co.jp
Mon Jan 26 20:48:44 PST 2009


OGAWA Hirofumi <hirofumi at mail.parknet.co.jp> writes:

> And the following two patches to build tux3 on current linus git. I
> guess one part will be fixed soon on Linus tree, because it is small
> crappy bug.  I'm not sure uml part is fixed soon. Well, anyway, this is
> for someone want to build (uml) kernel for tux3.
>
> diff -puN include/linux/debugfs.h~workaround-uml include/linux/debugfs.h
> --- tux3fs-2.6/include/linux/debugfs.h~workaround-uml	2009-01-27 12:15:10.000000000 +0900
> +++ tux3fs-2.6-hirofumi/include/linux/debugfs.h	2009-01-27 12:15:26.000000000 +0900
> @@ -162,9 +162,10 @@ static inline struct dentry *debugfs_cre
>  	return ERR_PTR(-ENODEV);
>  }
>  
> -struct dentry *debugfs_create_size_t(const char *name, mode_t mode,
> -				     struct dentry *parent,
> -				     size_t *value)
> +static inline struct dentry *debugfs_create_size_t(const char *name,
> +						   mode_t mode,
> +						   struct dentry *parent,
> +						   size_t *value)
>  {
>  	return ERR_PTR(-ENODEV);
>  }

This part was fixed on current linus git.
-- 
OGAWA Hirofumi <hirofumi at mail.parknet.co.jp>

_______________________________________________
Tux3 mailing list
Tux3 at tux3.org
http://mailman.tux3.org/cgi-bin/mailman/listinfo/tux3



More information about the Tux3 mailing list