From: anserper Date: Thu, 7 Feb 2008 10:22:56 +0000 (+0000) Subject: Branch b1_6 X-Git-Tag: v1_8_0_110~788 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=aa954be7779ceb734c0f6acd70bf9ce0b2a07c43;p=fs%2Flustre-release.git Branch b1_6 b=14421 i=nikita.danilov i=alexey.lyashkov Removes unnecessary PageDirty check (dirty page is perfectly valid here). --- diff --git a/lustre/llite/rw.c b/lustre/llite/rw.c index 0511a32..9af5a4f 100644 --- 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);