git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48c22eb
)
NFS: Optimise away unnecessary setattrs for open(O_TRUNC);
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Wed, 18 Jan 2012 03:04:26 +0000
(22:04 -0500)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Wed, 1 Feb 2012 00:28:07 +0000
(19:28 -0500)
Currently, we will correctly optimise away a truncate that doesn't
change the file size. However, in the case of open(O_TRUNC), we
also want to optimise away the time changes.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found