An nfs question ftruncate vs. pwrite

From: Kenny Simpson
Date: Wed Dec 07 2005 - 15:38:46 EST


When a file that is opened with normal flags (O_RDWR|O_CREAT|O_TRUNC|O_LARGEFILE) is on NFS, and
it is exteded via ftruncate, the new expty pages get read back from the server before the system
call returns:
(from strace -T):
ftruncate64(3, 41943040) = 0 <0.063866>


-Kenny




__________________________________________
Yahoo! DSL ? Something to write home about.
Just $16.99/mo. or less.
dsl.yahoo.com

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/