[RFC: 2.6 patch] make __put_super() static

2008-02-17 Thread Adrian Bunk
This patch makes the needlessly global __put_super() static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- fs/super.c |2 +- include/linux/fs.h |1 - 2 files changed, 1 insertion(+), 2 deletions(-) 2f076cdd5f1d693cc46559d48df6b060242e7f4c diff --git a/fs/super.

[2.6 patch] make vfs_ioctl() static

2008-02-17 Thread Adrian Bunk
This patch makes the needlessly global vfs_ioctl() static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- fs/ioctl.c |4 ++-- include/linux/fs.h |1 - 2 files changed, 2 insertions(+), 3 deletions(-) 18bc247a745a825238208f88fbe1b86ba1ef304e diff --git a/fs/ioctl.

[2.6 patch] remove generic_commit_write()

2008-02-17 Thread Adrian Bunk
This patch removes the obsolete and no longer used generic_commit_write(). Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- fs/buffer.c | 18 -- include/linux/buffer_head.h |1 - 2 files changed, 19 deletions(-) ef68a189129f02603fb49b09d331d1ea2f

[2.6 patch] make fs/buffer.c:cont_expand_zero() static

2008-02-17 Thread Adrian Bunk
cont_expand_zero() can become static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- This patch has been sent on: - 15 Jun 2007 --- linux-2.6.22-rc4-mm2/fs/buffer.c.old2007-06-14 01:51:08.0 +0200 +++ linux-2.6.22-rc4-mm2/fs/buffer.c2007-06-14 01:51:42.0

Re: [PATCH v2 8/9] bfs: remove multiple assignments

2008-01-27 Thread Adrian Bunk
On Sat, Jan 26, 2008 at 06:35:41PM +, Tigran Aivazian wrote: > On Sat, 26 Jan 2008, Dmitri Vorobiev wrote: >> -inode->i_mtime = inode->i_atime = inode->i_ctime = CURRENT_TIME_SEC; >> +inode->i_mtime = CURRENT_TIME_SEC; >> +inode->i_atime = CURRENT_TIME_SEC; >> +inode->i_ctime =

Re: [RFC] Parallelize IO for e2fsck

2008-01-24 Thread Adrian Bunk
On Thu, Jan 24, 2008 at 06:32:15PM +0100, Bodo Eggert wrote: > Alan Cox <[EMAIL PROTECTED]> wrote: > > >> I'd tried to advocate SIGDANGER some years ago as well, but none of > >> the kernel maintainers were interested. It definitely makes sense > >> to have some sort of mechanism like this. At t

Re: [PATCH 33/42] MM: extern for drop_pagecache_sb

2007-12-10 Thread Adrian Bunk
On Sun, Dec 09, 2007 at 09:42:06PM -0500, Erez Zadok wrote: > Signed-off-by: Erez Zadok <[EMAIL PROTECTED]> > --- > include/linux/mm.h |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/include/linux/mm.h b/include/linux/mm.h > index 1b7b95c..fc61bd3 100644 > --- a/inc

Re: [PATCH 10/25] Unionfs: add un/likely conditionals on copyup ops

2007-09-26 Thread Adrian Bunk
On Wed, Sep 26, 2007 at 09:40:20AM -0400, Erez Zadok wrote: >... > Also, Auke, if indeed compilers are [sic] likely to do better than > programmers adding un/likely wrappers, then why do we still support that in > the kernel? (Working for a company tat produces high-quality compilers, you > may kn

Re: [1/2] 2.6.23-rc3: known regressions with patches

2007-08-13 Thread Adrian Bunk
On Mon, Aug 13, 2007 at 10:56:53PM +0200, Andi Kleen wrote: > On Mon, Aug 13, 2007 at 10:24:52PM +0200, Michal Piotrowski wrote: > > On 13/08/07, Andi Kleen <[EMAIL PROTECTED]> wrote: > > > > Unclassified > > > > > > > > Subject : reset during bootup - 2.6.23-rc2 (git d23cf676) > > > > > >

Re: JFFS2/mtdsuper modprobe "unknown symbol" in 2.6.23-rc1

2007-08-09 Thread Adrian Bunk
On Thu, Aug 09, 2007 at 10:38:18PM -0400, Erez Zadok wrote: > I'm getting an error modprobing jffs2 due to mtdsuper failing to insmod: >... > Does anyone know what am I missing? You miss that 2.6.23-rc2 with this bug fixed has already been released. > Thanks, > Erez. cu Adrian -- "Is t

Re: [AppArmor 00/44] AppArmor security module overview

2007-06-27 Thread Adrian Bunk
On Tue, Jun 26, 2007 at 07:47:00PM -0700, Andrew Morton wrote: > On Tue, 26 Jun 2007 19:24:03 -0700 John Johansen <[EMAIL PROTECTED]> wrote: > > > > > > > so... where do we stand with this? Fundamental, irreconcilable > > > differences over the use of pathname-based security? > > > > > There c

Re: Reiser4. BEST FILESYSTEM EVER.

2007-04-08 Thread Adrian Bunk
On Sat, Apr 07, 2007 at 01:10:31PM -0400, [EMAIL PROTECTED] wrote: > On Sat, 07 Apr 2007 16:11:46 +0200, Krzysztof Halasa said: > > > > Think about it,... read speeds that are some FOUR times the physical > > > disk read rate,... impossible without the use of compression (or > > > something simila

Re: [PATCH] Make JFFS depend on CONFIG_BROKEN

2006-12-30 Thread Adrian Bunk
On Mon, Dec 18, 2006 at 07:25:56AM -0600, Josh Boyer wrote: > Mark JFFS as broken and provide a warning to users that it is > deprecated and scheduled for removal in 2.6.21 > > Signed-off-by: Josh Boyer <[EMAIL PROTECTED]> > > diff --git a/fs/Kconfig b/fs/Kconfig > index b3b5aa0..4ac367d 100644 >

Re: NFSD needs EXPORTFS

2005-02-03 Thread Adrian Bunk
On Thu, Feb 03, 2005 at 05:01:11PM +, Matthew Wilcox wrote: > > Got this report about 2.6.11-rc3. Is this the correct solution? > > - Forwarded message from Joel Soete <[EMAIL PROTECTED]> - > > A short analyse, it seems that's because NFSD was builtin while EXPORTFS > was a module i