2006-08-12 17:03:39

by Michal Piotrowski

[permalink] [raw]
Subject: Re: [RFC] [PATCH 10/10] fs/jffs2/jffs2_fs_i.h Removal of old code

Signed-off-by: Michal Piotrowski <[email protected]>

diff -uprN -X linux-work/Documentation/dontdiff linux-work-clean/fs/jffs2/jffs2_fs_i.h linux-work/fs/jffs2/jffs2_fs_i.h
--- linux-work-clean/fs/jffs2/jffs2_fs_i.h 2006-08-12 01:51:17.000000000 +0200
+++ linux-work/fs/jffs2/jffs2_fs_i.h 2006-08-12 17:53:04.000000000 +0200
@@ -42,10 +42,8 @@ struct jffs2_inode_info {
uint16_t flags;
uint8_t usercompr;
#if !defined (__ECOS)
-#if LINUX_VERSION_CODE > KERNEL_VERSION(2,5,2)
struct inode vfs_inode;
#endif
-#endif
#ifdef CONFIG_JFFS2_FS_POSIX_ACL
struct posix_acl *i_acl_access;
struct posix_acl *i_acl_default;


2006-08-13 08:47:49

by David Woodhouse

[permalink] [raw]
Subject: Re: [RFC] [PATCH 10/10] fs/jffs2/jffs2_fs_i.h Removal of old code

On Sat, 2006-08-12 at 19:03 +0200, Michal Piotrowski wrote:
> Signed-off-by: Michal Piotrowski <[email protected]>
>
> diff -uprN -X linux-work/Documentation/dontdiff linux-work-clean/fs/jffs2/jffs2_fs_i.h linux-work/fs/jffs2/jffs2_fs_i.h
> --- linux-work-clean/fs/jffs2/jffs2_fs_i.h 2006-08-12 01:51:17.000000000 +0200
> +++ linux-work/fs/jffs2/jffs2_fs_i.h 2006-08-12 17:53:04.000000000 +0200
> @@ -42,10 +42,8 @@ struct jffs2_inode_info {
> uint16_t flags;
> uint8_t usercompr;
> #if !defined (__ECOS)
> -#if LINUX_VERSION_CODE > KERNEL_VERSION(2,5,2)
> struct inode vfs_inode;
> #endif
> -#endif

Ack. I just got back from three weeks away; when I'm vaguely awake I'll
need to round up a bunch of patches to put into the git tree, and
this'll be one of them unless it's upstream already by then.

Thanks.

--
dwmw2