All of lore.kernel.org
 help / color / mirror / Atom feed
From: Brice Goglin <Brice.Goglin@ens-lyon.org>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.11-mm4
Date: Wed, 16 Mar 2005 15:33:30 +0100	[thread overview]
Message-ID: <423843BA.6010402@ens-lyon.org> (raw)
In-Reply-To: <20050316040654.62881834.akpm@osdl.org>

Andrew Morton a écrit :
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.11/2.6.11-mm4/
> 
> - fbdev update
> 
> - percfctr updates
> 
> - Lots of ppc32/ppc64 things
> 
> - Broken on some ia64 machines.  We're still working through fallout from
>   the recent pagetable walking consolidation patches.

Hi Andrew,

NTFS does not compile if CONFIG_NTFS_RW is not set.
Patch is attached.

Note I used NTFS_RW as the rest of the NTFS code does.
Don't know whether CONFIG_NTFS_RW preferred.

Regards,

Brice


Signed-off-by: Brice Goglin <Brice.Goglin@ens-lyon.org>


--- linux-test/fs/ntfs/attrib.c.old	2005-03-16 15:26:13.000000000 +0100
+++ linux-test/fs/ntfs/attrib.c	2005-03-16 15:27:14.000000000 +0100
@@ -1229,6 +1229,7 @@
  	return 0;
  }

+#ifdef NTFS_RW
  /**
   * ntfs_attr_make_non_resident - convert a resident to a non-resident attribute
   * @ni:		ntfs inode describing the attribute to convert
@@ -1535,6 +1536,7 @@
  		err = -EIO;
  	return err;
  }
+#endif /* NTFS_RW */

  /**
   * ntfs_attr_set - fill (a part of) an attribute with a byte

  parent reply	other threads:[~2005-03-16 14:35 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-16 12:06 2.6.11-mm4 Andrew Morton
2005-03-16 14:22 ` 2.6.11-mm4 Benoit Boissinot
2005-03-16 17:31   ` 2.6.11-mm4 Adrian Bunk
2005-03-16 14:33 ` Brice Goglin [this message]
2005-03-16 15:07 ` 2.6.11-mm4 J.A. Magallon
2005-03-16 18:22   ` 2.6.11-mm4 Sam Ravnborg
2005-03-16 18:33     ` 2.6.11-mm4 Sam Ravnborg
2005-03-16 21:26   ` 2.6.11-mm4 Andrew Morton
2005-03-16 22:39     ` 2.6.11-mm4 J.A. Magallon
2005-03-16 23:03       ` 2.6.11-mm4 Andrew Morton
2005-03-17 21:47       ` 2.6.11-mm4 Sam Ravnborg
2005-03-16 22:57     ` [PATCH] make gconfig build again J.A. Magallon
2005-03-16 23:09       ` Andrew Morton
2005-03-16 16:15 ` 2.6.11-mm4 maximilian attems
2005-03-16 22:50 ` 2.6.11-mm4 Sean Neakums
2005-03-16 23:06   ` 2.6.11-mm4 Andrew Morton
2005-03-16 23:22     ` 2.6.11-mm4 Sean Neakums
2005-03-17  8:19 ` 2.6.11-mm4 Paul Mundt
2005-03-17  8:42 ` 2.6.11-mm4 Borislav Petkov
2005-03-17  9:18   ` 2.6.11-mm4 Andrew Morton
2005-03-17  9:42     ` 2.6.11-mm4 Borislav Petkov
2005-03-17 11:07       ` 2.6.11-mm4 Borislav Petkov
2005-03-17 13:41         ` 2.6.11-mm4 Barry K. Nathan
2005-03-17 14:07           ` 2.6.11-mm4 Borislav Petkov
2005-03-23  9:42     ` 2.6.11-mm4 and 2.6.12-rc1-mm1 Borislav Petkov
2005-03-23 10:17       ` Andrew Morton
2005-03-24  7:09         ` Borislav Petkov
2005-03-19 13:39 ` 2.6.11-mm4: drivers/scsi/arcmsr/arcmsr.c: enormous stack usage Adrian Bunk
     [not found]   ` <002c01c52df4$37620cd0$9300a8c0@erich2003>
2005-03-22 15:56     ` Adrian Bunk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=423843BA.6010402@ens-lyon.org \
    --to=brice.goglin@ens-lyon.org \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.