All of lore.kernel.org
 help / color / mirror / Atom feed
* LFS/non-LFS error handling
@ 2002-04-12 16:46 David Chow
  2002-04-12 23:18 ` Ion Badulescu
  0 siblings, 1 reply; 3+ messages in thread
From: David Chow @ 2002-04-12 16:46 UTC (permalink / raw)
  To: linux-fsdevel

Dear all,

If my fs don't support LFS (files larger than 4GB), what should I set in 
my sb->s_maxbytes? In kernel 2.4.2 , I have experieced if not set the 
s_maxbytes generic_file_write() will fail, but for later version of 
kernel I simply leave it unset, so far I don't have any problem. If it 
is wrong, what should s_maxbytes=? . Since this behaviour changes across 
kernel version, is there a standard implemenation?

Since it still work for me for not setting the s_maxbytes, it seems to 
me there is a potential risk of data corruption at limit points, because 
don't know who to handle the over flow situation, does this handle by 
VFS? or I have to take care myself? Thanks.

regards,

David




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

end of thread, other threads:[~2002-04-13 16:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-12 16:46 LFS/non-LFS error handling David Chow
2002-04-12 23:18 ` Ion Badulescu
2002-04-13 16:38   ` David Chow

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.