lkml.org 
[lkml]   [2007]   [May]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 1/4] ext2: remove inode constructor
On 5/9/07, Andrew Morton <akpm@linux-foundation.org> wrote:
> ext2 has no truncate_mutex.

I think it does:

- mutex_init(&ei->truncate_mutex);
- inode_init_once(&ei->vfs_inode);
- }
-}

And fs/ext2/super.c:init_once() from 2.6.21-mm2 says:

mutex_init(&ei->truncate_mutex);
inode_init_once(&ei->vfs_inode);
}
}

Hmm?

On 5/9/07, Andrew Morton <akpm@linux-foundation.org> wrote:
> These patches are rather tangled up with the unmerged __GFP_RECLAIMABLE
> stuff. I'll duck them for now.

Ok. I would appreciate any kind of heads-up when you're ready to eat
these patches again. ;-)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2007-05-10 14:59    [W:0.065 / U:0.784 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site