Re: [RFC 02/11] introduce simple_fs_type

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Arnd Bergmann
Date: Sunday, February 24, 2008 - 3:55 am

On Saturday 23 February 2008, Al Viro wrote:

Ok, I'll introduce it in libfs.c first then.


Right, that has been one of the areas I've been thinking about
myself without coming to a good solution. One alternative I
thought about is to have the news members as part of file_system_type
itself, but that would cost a bit of memory for every single 
file system, and might lead to unintended misuse of these members
by non-simple file systems.

Do you think it would be better to dynamically allocate the
file_system_type and have a pointer in struct simple_fs_type to
it?

	Arnd <><
-
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[RFC 02/11] introduce simple_fs_type, Arnd Bergmann, (Mon Feb 18, 9:04 pm)
Re: [RFC 02/11] introduce simple_fs_type, Al Viro, (Sat Feb 23, 5:28 am)
Re: [RFC 02/11] introduce simple_fs_type, Arnd Bergmann, (Sun Feb 24, 3:55 am)