Re: [NFS] [PATCH] NFS server does not update mtime on setattr request

From: Peter Staubach
Date: Fri Jun 09 2006 - 09:09:22 EST


Neil Brown wrote:

On Wednesday June 7, staubach@xxxxxxxxxx wrote:


Neil, can we get these changes integrated, please?



Nope.
The discussion has already gone on from here, so I might be covering
old ground, but there seem to be further mentions of still needing the
server patch, so just to be sure it is covered....

My reading of SUS says that open(O_TRUNC) of an empty file does not update the modify time
truncate() of an empty file does update the modify time




These seem backwards.

So the server has to be able to support this distinction without being
able to directly know what API call was made on the client.
The patch you suggest makes it impossible to support that distinction.

Possibly the server could make a distinction between when nfsd_setattr
is called directly, and when it is called via nfsd_create{,_v3}. I
would be more open to a patch that makes a distinction there. However
I think that it would be best for the client to be explicit about what
it is doing by setting the right attr flags.


Yup, agreed. I do think that we are going to have some interoperability
problems with some existing clients in the marketplace though. Perhaps
we can get some of those folks to look at their clients and make them a
little more explicit about what bits needs to be changed, as opposed to
assuming that the server would just do what the client expected.

Thanx...

ps
-
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/