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:
10ec4b4
)
Branch b1_6
author
anserper
<anserper>
Thu, 7 Feb 2008 10:22:56 +0000
(10:22 +0000)
committer
anserper
<anserper>
Thu, 7 Feb 2008 10:22:56 +0000
(10:22 +0000)
b=14421
i=nikita.danilov
i=alexey.lyashkov
Removes unnecessary PageDirty check (dirty page is perfectly valid here).
lustre/llite/rw.c
patch
|
blob
|
history
diff --git
a/lustre/llite/rw.c
b/lustre/llite/rw.c
index
0511a32
..
9af5a4f
100644
(file)
--- a/
lustre/llite/rw.c
+++ b/
lustre/llite/rw.c
@@
-1389,7
+1389,6
@@
int ll_writepage(struct page *page)
int rc = 0;
ENTRY;
- LASSERT(!PageDirty(page));
LASSERT(PageLocked(page));
exp = ll_i2obdexp(inode);