public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* why UDF have so ugly filesize limit?
@ 2007-04-19 13:55 Marat Buharov
  2007-04-19 16:56 ` Chuck Ebbert
  2007-04-20 20:52 ` Jan Kara
  0 siblings, 2 replies; 5+ messages in thread
From: Marat Buharov @ 2007-04-19 13:55 UTC (permalink / raw)
  To: linux-kernel

from fs/udf/super.c:
in function udf_fill_super
sb->s_maxbytes = 1<<30; (1 GB)

Why sb->s_maxbytes is not equal to MAX_LFS_FILESIZE?

So, in include/linux/fs.h written that the filesystems should put that
(MAX_LFS_FILESIZE) into their s_maxbytes, otherwise bad things can
happen in VM.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-04-20 20:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-19 13:55 why UDF have so ugly filesize limit? Marat Buharov
2007-04-19 16:56 ` Chuck Ebbert
2007-04-19 17:12   ` Alan Cox
2007-04-19 17:15     ` Chuck Ebbert
2007-04-20 20:52 ` Jan Kara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox