Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2162602
)
- drop dirty bit always
author
alex
<alex>
Tue, 20 Oct 2009 06:14:27 +0000
(06:14 +0000)
committer
alex
<alex>
Tue, 20 Oct 2009 06:14:27 +0000
(06:14 +0000)
lustre/osd/osd_io.c
patch
|
blob
|
history
diff --git
a/lustre/osd/osd_io.c
b/lustre/osd/osd_io.c
index
72bd28d
..
74b3c53
100644
(file)
--- a/
lustre/osd/osd_io.c
+++ b/
lustre/osd/osd_io.c
@@
-548,8
+548,8
@@
static int osd_write_commit(const struct lu_env *env, struct dt_object *dt,
#if 0
/* XXX */
if (fo->fo_writethrough_cache)
- clear_page_dirty_for_io(lb[i].page);
#endif
+ clear_page_dirty_for_io(lb[i].page);
LASSERT(!PageDirty(lb[i].page));
SetPageUptodate(lb[i].page);