lkml.org 
[lkml]   [2007]   [Apr]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subjectwhy UDF have so ugly filesize limit?
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.
-
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-04-19 15:59    [W:0.152 / U:0.492 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site