Re: [RFC] Heads up on sys_fallocate()
From: Arnd Bergmann <arnd@arndb.de>
Date: 2007-03-04 20:54:45
Also in:
linux-fsdevel, lkml
From: Arnd Bergmann <arnd@arndb.de>
Date: 2007-03-04 20:54:45
Also in:
linux-fsdevel, lkml
On Sunday 04 March 2007, Anton Altaparmakov wrote:
quoted
A generic_fallocate makes sense to me iff we can do it in the kernel more significantly more efficiently than in glibc, e.g. by using only a single page in page cache instead of one for each page to be preallocated. If glibc is smart enough to do an optimal implementation, I fully agree with you.glibc cannot ever be smart enough because a file system driver will always know better and be able to do things in a much more optimized way.
Ok, that's not what I meant. It's obvious that the file system itself can do better than both VFS and glibc. The question is whether VFS can be better than glibc on file systems that don't offer their own implementation of the fallocate operation. 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