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:
de3cab7
)
nfsd: use vfs_fsync for non-directories
author
Christoph Hellwig
<hch@lst.de>
Fri, 25 Dec 2009 16:45:13 +0000
(17:45 +0100)
committer
J. Bruce Fields
<bfields@citi.umich.edu>
Wed, 13 Jan 2010 14:42:26 +0000
(09:42 -0500)
Instead of opencoding the fsync calling sequence use vfs_fsync. This also
gets rid of the useless i_mutex over the data writeout.
Consolidate the remaining special code for syncing directories and document
it's quirks.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
No differences found