Messages in this thread |  | | Subject | Re: nfs and getattr | From | Trond Myklebust <> | Date | 18 Mar 2003 04:04:46 +0100 |
| |
>>>>> " " == J A Magallon <J.A.> writes:
> What is that ton of getattr ? Do they come from nfs itself or > must be done by the reader via stat()s (perhaps it checks for > file presence before opening) ?
See the fine Linux Kernel archives.
They come mainly from open(). Use the "nocto" option if you think you can do without them, but *do not* do so if you think there might be any chance whatsoever of 1 machine having to access a file that another machine has written.
Cheers, Trond - 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/
|  |